Update readme to make it more discoverable
#3
by
xianbao
HF staff
- opened
README.md
CHANGED
@@ -2,15 +2,15 @@
|
|
2 |
license: other
|
3 |
license_name: glm-4
|
4 |
license_link: https://huggingface.co/THUDM/glm-4-9b/LICENSE
|
5 |
-
|
6 |
language:
|
7 |
-
|
8 |
-
|
9 |
tags:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
inference: false
|
|
|
14 |
---
|
15 |
|
16 |
# GLM-4-9B
|
@@ -62,5 +62,4 @@ GLM-4 模型的权重的使用则需要遵循 [LICENSE](LICENSE)。
|
|
62 |
pages={320--335},
|
63 |
year={2022}
|
64 |
}
|
65 |
-
```
|
66 |
-
|
|
|
2 |
license: other
|
3 |
license_name: glm-4
|
4 |
license_link: https://huggingface.co/THUDM/glm-4-9b/LICENSE
|
|
|
5 |
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
tags:
|
9 |
+
- glm
|
10 |
+
- chatglm
|
11 |
+
- thudm
|
12 |
inference: false
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# GLM-4-9B
|
|
|
62 |
pages={320--335},
|
63 |
year={2022}
|
64 |
}
|
65 |
+
```
|
|