diff --git a/finetune/README.md b/finetune/README.md index acceb7c3..3d080d29 100644 --- a/finetune/README.md +++ b/finetune/README.md @@ -58,12 +58,9 @@ Download a LLM-base model to MODEL_PATH (6B and 34B). A typical folder of models ```bash |-- $MODEL_PATH | |-- config.json -| |-- configuration_yi.py -| |-- modeling_yi.py | |-- pytorch_model-00001-of-00002.bin | |-- pytorch_model-00002-of-00002.bin | |-- pytorch_model.bin.index.json -| |-- tokenization_yi.py | |-- tokenizer_config.json | |-- tokenizer.model | |-- ... diff --git a/finetune/README_CN.md b/finetune/README_CN.md index 25cb8a0d..bcf83d66 100644 --- a/finetune/README_CN.md +++ b/finetune/README_CN.md @@ -40,12 +40,9 @@ pip install torch==2.0.1 deepspeed==0.10 tensorboard transformers datasets sente ```bash |-- $MODEL_PATH | |-- config.json -| |-- configuration_yi.py -| |-- modeling_yi.py | |-- pytorch_model-00001-of-00002.bin | |-- pytorch_model-00002-of-00002.bin | |-- pytorch_model.bin.index.json -| |-- tokenization_yi.py | |-- tokenizer_config.json | |-- tokenizer.model | |-- ...