Skip to content

Commit

Permalink
update readme of finetune
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Jan 11, 2024
1 parent 892a6bd commit 0dec241
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions finetune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
| |-- ...
Expand Down
3 changes: 0 additions & 3 deletions finetune/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
| |-- ...
Expand Down

0 comments on commit 0dec241

Please sign in to comment.