Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,8 @@ response = tokenizer.decode(output[context_length:], skip_special_tokens=True)
|
|
41 |
print(response)
|
42 |
```
|
43 |
|
|
|
|
|
44 |
## Citation
|
45 |
|
46 |
If you find our work useful, please consider citing LongWriter:
|
|
|
41 |
print(response)
|
42 |
```
|
43 |
|
44 |
+
License: [glm-4-9b License](https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE)
|
45 |
+
|
46 |
## Citation
|
47 |
|
48 |
If you find our work useful, please consider citing LongWriter:
|