zRzRzRzRzRzRzR commited on
Commit
1b77b8d
1 Parent(s): 5e8eeb1

fix readme

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. README_en.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  license_name: glm-4
4
- license_link: https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/file/view/master?fileName=LICENSE&status=0
5
  language:
6
  - zh
7
  - en
@@ -13,7 +13,7 @@ inference: false
13
  ---
14
 
15
  # GLM-4-9B-Chat
16
- Read this in [English](https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/file/view/master?fileName=README_en.md&status=1).
17
 
18
  GLM-4-9B 是智谱 AI 推出的最新一代预训练模型 GLM-4 系列中的开源版本。
19
  在语义、数学、推理、代码和知识等多方面的数据集测评中,GLM-4-9B 及其人类偏好对齐的版本 GLM-4-9B-Chat 均表现出较高的性能。
@@ -145,7 +145,7 @@ print(outputs[0].outputs[0].text)
145
 
146
  ## 协议
147
 
148
- GLM-4 模型的权重的使用则需要遵循 [LICENSE](https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/file/view/master?fileName=LICENSE&status=0)。
149
 
150
 
151
  ## 引用
 
1
  ---
2
  license: other
3
  license_name: glm-4
4
+ license_link: https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE
5
  language:
6
  - zh
7
  - en
 
13
  ---
14
 
15
  # GLM-4-9B-Chat
16
+ Read this in [English](README_en.md).
17
 
18
  GLM-4-9B 是智谱 AI 推出的最新一代预训练模型 GLM-4 系列中的开源版本。
19
  在语义、数学、推理、代码和知识等多方面的数据集测评中,GLM-4-9B 及其人类偏好对齐的版本 GLM-4-9B-Chat 均表现出较高的性能。
 
145
 
146
  ## 协议
147
 
148
+ GLM-4 模型的权重的使用则需要遵循 [LICENSE](LICENSE)。
149
 
150
 
151
  ## 引用
README_en.md CHANGED
@@ -141,7 +141,7 @@ print(outputs[0].outputs[0].text)
141
 
142
  ## LICENSE
143
 
144
- The weights of the GLM-4 model are available under the terms of [LICENSE](https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/file/view/master?fileName=LICENSE&status=0).
145
 
146
  ## Citations
147
 
 
141
 
142
  ## LICENSE
143
 
144
+ The weights of the GLM-4 model are available under the terms of [LICENSE](LICENSE).
145
 
146
  ## Citations
147