Update readme to make it more discoverable
#13
by
xianbao
HF staff
- opened
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: other
|
3 |
license_name: glm-4
|
4 |
license_link: https://huggingface.co/THUDM/glm-4v-9b/blob/main/LICENSE
|
5 |
-
|
6 |
language:
|
7 |
- zh
|
8 |
- en
|
@@ -10,9 +9,8 @@ tags:
|
|
10 |
- glm
|
11 |
- chatglm
|
12 |
- thudm
|
13 |
-
|
14 |
-
|
15 |
inference: false
|
|
|
16 |
---
|
17 |
|
18 |
# GLM-4V-9B
|
@@ -111,5 +109,4 @@ GLM-4 模型的权重的使用则需要遵循 [LICENSE](LICENSE)。
|
|
111 |
archivePrefix={arXiv},
|
112 |
primaryClass={cs.CV}
|
113 |
}
|
114 |
-
```
|
115 |
-
|
|
|
2 |
license: other
|
3 |
license_name: glm-4
|
4 |
license_link: https://huggingface.co/THUDM/glm-4v-9b/blob/main/LICENSE
|
|
|
5 |
language:
|
6 |
- zh
|
7 |
- en
|
|
|
9 |
- glm
|
10 |
- chatglm
|
11 |
- thudm
|
|
|
|
|
12 |
inference: false
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# GLM-4V-9B
|
|
|
109 |
archivePrefix={arXiv},
|
110 |
primaryClass={cs.CV}
|
111 |
}
|
112 |
+
```
|
|