update docs

Former-commit-id: 34d33e2257
This commit is contained in:
hiyouga
2024-05-06 21:47:00 +08:00
parent 2a53a43ac7
commit eb21a527a6
44 changed files with 487 additions and 516 deletions

View File

@@ -0,0 +1,13 @@
# Note: DO NOT use quantized model or quantization_bit when merging lora weights
# model
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
adapter_name_or_path: saves/llama3-8b/lora/sft
template: llama3
finetuning_type: lora
# export
export_dir: models/llama3_lora_sft
export_size: 2
export_device: cpu
export_legacy_format: false