Update modelscope link in README.md

add modelscope link
pull/4884/head
Camille Zhong 2023-10-10 15:01:33 +08:00 committed by Zian(Andy) Zheng
parent 6a21f96a87
commit 3043d5d676
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ pred = model.generate(**inputs,
print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True)[len(input):])
```
You can also download model weights from [🤗HuggingFace](https://huggingface.co/hpcai-tech/Colossal-LLaMA-2-7b-base).
You can also download model weights from [🤗HuggingFace](https://huggingface.co/hpcai-tech/Colossal-LLaMA-2-7b-base) or [👾Modelscope](https://modelscope.cn/models/colossalai/Colossal-LLaMA-2-7b-base/summary).
## Usage
### Install