Commit
•
9896eb9
1
Parent(s):
16e280f
Update transformers typo (#10)
Browse files- Update transformers typo (4f733b52c6d826a5ccfbfd07868cbea277f98bdd)
Co-authored-by: Ayyylol <[email protected]>
README.md
CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-generation
|
|
19 |
|
20 |
LongWriter-glm4-9b is trained based on [glm-4-9b](https://huggingface.co/THUDM/glm-4-9b), and is capable of generating 10,000+ words at once.
|
21 |
|
22 |
-
Environment: Same environment requirement as [glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) (`
|
23 |
|
24 |
A simple demo for deployment of the model:
|
25 |
```python
|
|
|
19 |
|
20 |
LongWriter-glm4-9b is trained based on [glm-4-9b](https://huggingface.co/THUDM/glm-4-9b), and is capable of generating 10,000+ words at once.
|
21 |
|
22 |
+
Environment: Same environment requirement as [glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) (`transformers>=4.43.0`).
|
23 |
|
24 |
A simple demo for deployment of the model:
|
25 |
```python
|