IEIT-Yuan commited on
Commit
b637ffc
1 Parent(s): 43e3701

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Yuan2.0 is a new generation Fundamental Large Language Model developed by IEIT S
32
  # <span id="Usage">代码调用/Code Usage</span>
33
  可以通过如下代码调用 `IEITYuan/Yuan2-102B-hf` 模型来生成文本:
34
 
35
- You can generate text by invoking the Yuan2-2B model with the following code:
36
 
37
  ```python
38
  import torch, transformers
 
32
  # <span id="Usage">代码调用/Code Usage</span>
33
  可以通过如下代码调用 `IEITYuan/Yuan2-102B-hf` 模型来生成文本:
34
 
35
+ You can generate text by invoking the Yuan2-102B model with the following code:
36
 
37
  ```python
38
  import torch, transformers