Instructions to use zai-org/chatglm-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -73,6 +73,8 @@ For more instructions, including how to run CLI and web demos, and model quantiz
|
|
| 73 |
|
| 74 |
如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
|
| 75 |
|
|
|
|
|
|
|
| 76 |
```
|
| 77 |
@misc{glm2024chatglm,
|
| 78 |
title={ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools},
|
|
|
|
| 73 |
|
| 74 |
如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
|
| 75 |
|
| 76 |
+
If you find our work helpful, please consider citing the following paper.
|
| 77 |
+
|
| 78 |
```
|
| 79 |
@misc{glm2024chatglm,
|
| 80 |
title={ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools},
|