mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-02 11:42:49 +08:00
move file
Former-commit-id: badd2735b56eca107d40d0068823df78d3629c14
This commit is contained in:
parent
98aa2ef7f5
commit
467c30d591
@ -430,7 +430,7 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|
||||
### Evaluation (MMLU & C-Eval)
|
||||
|
||||
```bash
|
||||
CUDA_VISIBLE_DEVICES=0 python evaluation/evaluate.py \
|
||||
CUDA_VISIBLE_DEVICES=0 python src/evaluate.py \
|
||||
--model_name_or_path path_to_llama_model \
|
||||
--finetuning_type lora \
|
||||
--checkpoint_dir path_to_checkpoint \
|
||||
|
@ -429,7 +429,7 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|
||||
### 模型评估(MMLU 和 C-Eval)
|
||||
|
||||
```bash
|
||||
CUDA_VISIBLE_DEVICES=0 python evaluation/evaluate.py \
|
||||
CUDA_VISIBLE_DEVICES=0 python src/evaluate.py \
|
||||
--model_name_or_path path_to_llama_model \
|
||||
--finetuning_type lora \
|
||||
--checkpoint_dir path_to_checkpoint \
|
||||
|
Loading…
x
Reference in New Issue
Block a user