Instructions to use zai-org/visualglm-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/visualglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/visualglm-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
update readme
Browse files- MODEL_LICENSE +3 -3
- README.md +1 -0
MODEL_LICENSE
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
The
|
| 2 |
|
| 3 |
1. Definitions
|
| 4 |
|
| 5 |
-
“Licensor” means the
|
| 6 |
|
| 7 |
-
“Software” means the
|
| 8 |
|
| 9 |
2. License Grant
|
| 10 |
|
|
|
|
| 1 |
+
The VisualGLM-6B License
|
| 2 |
|
| 3 |
1. Definitions
|
| 4 |
|
| 5 |
+
“Licensor” means the VisualGLM-6B Model Team that distributes its Software.
|
| 6 |
|
| 7 |
+
“Software” means the VisualGLM-6B model parameters made available under this license.
|
| 8 |
|
| 9 |
2. License Grant
|
| 10 |
|
README.md
CHANGED
|
@@ -4,6 +4,7 @@ language:
|
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- glm
|
|
|
|
| 7 |
- chatglm
|
| 8 |
- thudm
|
| 9 |
---
|
|
|
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- glm
|
| 7 |
+
- visualglm
|
| 8 |
- chatglm
|
| 9 |
- thudm
|
| 10 |
---
|