Update README.md

This commit is contained in:
s-JoL 2023-04-23 16:26:21 +08:00 committed by GitHub
parent ad3d943a7d
commit cf852bc459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Open-Llama是一个开源项目提供了一整套用于构建大型语言模
``` base
pip install git+https://github.com/s-JoL/transformers.git@dev
```
模型已提交[PR](https://github.com/huggingface/transformers/pull/22795)合并至Transformers main分支。
我们完成了300B token的预训练总共训练80 K stepGlobal Batch Size和Llama中一致为4M。
使用总共7部分数据构成Instruction-tuning数据模型具有一定的编程能力、数学能力和多轮对话能力具体数据见Instruction-Tuning部分。