Yixin Song commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Introduction
|
| 5 |
|
|
@@ -85,4 +88,4 @@ print(responses)
|
|
| 85 |
|
| 86 |
```python
|
| 87 |
from modelscope import AutoModelForCausalLM, AutoTokenizer
|
| 88 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
## Introduction
|
| 8 |
|
|
|
|
| 88 |
|
| 89 |
```python
|
| 90 |
from modelscope import AutoModelForCausalLM, AutoTokenizer
|
| 91 |
+
```
|