mirror of https://github.com/InternLM/InternLM
fix(readme, requirements): fix typo at Chinese readme and select a lower version of transformers (#73)
* fix a typo in readme * in order to find InternLMTokenizer, select a lower version of Transformers --------- Co-authored-by: gouhchangjiang <gouhchangjiang@gmail.com>pull/43/head
parent
555ed60a2c
commit
73de6622a9
|
@ -34,7 +34,7 @@
|
|||
|
||||
InternLM ,即书生·浦语大模型,包含面向实用场景的70亿参数基础模型与对话模型 (InternLM-7B)。模型具有以下特点:
|
||||
|
||||
- 使用上万亿高质量预料,建立模型超强知识体系;
|
||||
- 使用上万亿高质量语料,建立模型超强知识体系;
|
||||
- 支持8k语境窗口长度,实现更长输入与更强推理体验;
|
||||
- 通用工具调用能力,支持用户灵活自助搭建流程;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
transformers>=4.25.1
|
||||
transformers<4.30.0
|
||||
sentencepiece
|
||||
numpy
|
||||
tqdm
|
||||
|
|
Loading…
Reference in New Issue