Instructions to use zai-org/chatglm2-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm2-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm2-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#37
by linoUCV - opened
README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
-
-
|
| 5 |
tags:
|
| 6 |
- glm
|
| 7 |
- chatglm
|
| 8 |
- thudm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
# ChatGLM2-6B
|
| 11 |
<p align="center">
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- aa
|
| 4 |
+
- af
|
| 5 |
tags:
|
| 6 |
- glm
|
| 7 |
- chatglm
|
| 8 |
- thudm
|
| 9 |
+
- music
|
| 10 |
+
- code
|
| 11 |
+
- climate
|
| 12 |
+
- medical
|
| 13 |
+
datasets:
|
| 14 |
+
- fka/awesome-chatgpt-prompts
|
| 15 |
+
metrics:
|
| 16 |
+
- bleu
|
| 17 |
+
library_name: bertopic
|
| 18 |
+
pipeline_tag: text-classification
|
| 19 |
---
|
| 20 |
# ChatGLM2-6B
|
| 21 |
<p align="center">
|