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
Changjiang GOU 2023-07-13 18:44:33 +08:00 committed by GitHub
parent 555ed60a2c
commit 73de6622a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
InternLM 即书生·浦语大模型包含面向实用场景的70亿参数基础模型与对话模型 InternLM-7B。模型具有以下特点
- 使用上万亿高质量料,建立模型超强知识体系;
- 使用上万亿高质量料,建立模型超强知识体系;
- 支持8k语境窗口长度实现更长输入与更强推理体验
- 通用工具调用能力,支持用户灵活自助搭建流程;

View File

@ -1,4 +1,4 @@
transformers>=4.25.1
transformers<4.30.0
sentencepiece
numpy
tqdm