update readme

This commit is contained in:
hiyouga 2023-12-01 22:58:29 +08:00
parent 662d9a3a4e
commit 0cb260f453
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ export USE_MODELSCOPE_HUB=1 # `set USE_MODELSCOPE_HUB=1` for Windows
Then you can train the corresponding model by specifying a model ID of the ModelScope Hub. (find a full list of model IDs at [ModelScope Hub](https://modelscope.cn/models)) Then you can train the corresponding model by specifying a model ID of the ModelScope Hub. (find a full list of model IDs at [ModelScope Hub](https://modelscope.cn/models))
```bash ```bash
python src/train_bash.py \ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
--model_name_or_path modelscope/Llama-2-7b-ms \ --model_name_or_path modelscope/Llama-2-7b-ms \
... # arguments (same as above) ... # arguments (same as above)
``` ```

View File

@ -250,7 +250,7 @@ export USE_MODELSCOPE_HUB=1 # Windows 使用 `set USE_MODELSCOPE_HUB=1`
接着即可通过指定模型名称来训练对应的模型。(在[魔搭社区](https://modelscope.cn/models)查看所有可用的模型) 接着即可通过指定模型名称来训练对应的模型。(在[魔搭社区](https://modelscope.cn/models)查看所有可用的模型)
```bash ```bash
python src/train_bash.py \ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
--model_name_or_path modelscope/Llama-2-7b-ms \ --model_name_or_path modelscope/Llama-2-7b-ms \
... # 参数同上 ... # 参数同上
``` ```