Update README.md
Browse files
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-
|
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
|