zR commited on
Commit
f5616c0
1 Parent(s): e1c8748

技术报告更新

Browse files
Files changed (6) hide show
  1. .gitignore +3 -0
  2. README.md +9 -15
  3. README_en.md +10 -15
  4. config.json +1 -1
  5. configuration.json +1 -0
  6. generation_config.json +1 -1
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ *venv
2
+ *.DS_Store
3
+ *.idea/
README.md CHANGED
@@ -35,6 +35,8 @@ GLM-4V-9B。**GLM-4V-9B** 具备 1120 * 1120 高分辨率下的中英双语多
35
  | GLM-4-9B | **74.7** | **77.1** | **34.3** | **84.0** | **30.4** | **70.1** |
36
 
37
 
 
 
38
  **本仓库是 GLM-4-9B 的基座版本,支持`8K`上下文长度。**
39
 
40
  ## 协议
@@ -46,20 +48,12 @@ GLM-4 模型的权重的使用则需要遵循 [LICENSE](LICENSE)。
46
  如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
47
 
48
  ```
49
- @article{zeng2022glm,
50
- title={Glm-130b: An open bilingual pre-trained model},
51
- author={Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others},
52
- journal={arXiv preprint arXiv:2210.02414},
53
- year={2022}
54
- }
55
- ```
56
-
57
- ```
58
- @inproceedings{du2022glm,
59
- title={GLM: General Language Model Pretraining with Autoregressive Blank Infilling},
60
- author={Du, Zhengxiao and Qian, Yujie and Liu, Xiao and Ding, Ming and Qiu, Jiezhong and Yang, Zhilin and Tang, Jie},
61
- booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
62
- pages={320--335},
63
- year={2022}
64
  }
65
  ```
 
35
  | GLM-4-9B | **74.7** | **77.1** | **34.3** | **84.0** | **30.4** | **70.1** |
36
 
37
 
38
+ 更多推理代码和依赖信息,请访问我们的 [github](https://github.com/THUDM/GLM-4) 。
39
+
40
  **本仓库是 GLM-4-9B 的基座版本,支持`8K`上下文长度。**
41
 
42
  ## 协议
 
48
  如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
49
 
50
  ```
51
+ @misc{glm2024chatglm,
52
+ title={ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools},
53
+ author={Team GLM and Aohan Zeng and Bin Xu and Bowen Wang and Chenhui Zhang and Da Yin and Diego Rojas and Guanyu Feng and Hanlin Zhao and Hanyu Lai and Hao Yu and Hongning Wang and Jiadai Sun and Jiajie Zhang and Jiale Cheng and Jiayi Gui and Jie Tang and Jing Zhang and Juanzi Li and Lei Zhao and Lindong Wu and Lucen Zhong and Mingdao Liu and Minlie Huang and Peng Zhang and Qinkai Zheng and Rui Lu and Shuaiqi Duan and Shudan Zhang and Shulin Cao and Shuxun Yang and Weng Lam Tam and Wenyi Zhao and Xiao Liu and Xiao Xia and Xiaohan Zhang and Xiaotao Gu and Xin Lv and Xinghan Liu and Xinyi Liu and Xinyue Yang and Xixuan Song and Xunkai Zhang and Yifan An and Yifan Xu and Yilin Niu and Yuantao Yang and Yueyan Li and Yushi Bai and Yuxiao Dong and Zehan Qi and Zhaoyu Wang and Zhen Yang and Zhengxiao Du and Zhenyu Hou and Zihan Wang},
54
+ year={2024},
55
+ eprint={2406.12793},
56
+ archivePrefix={arXiv},
57
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
 
 
 
 
 
 
 
 
58
  }
59
  ```
README_en.md CHANGED
@@ -26,29 +26,24 @@ We evaluated the GLM-4-9B base model on some typical tasks, and the results are
26
 
27
  **This repository is the base version of GLM-4-9B, supporting 8K context length.**
28
 
 
 
29
  ## LICENSE
30
 
31
  The weights of the GLM-4 model are available under the terms of [LICENSE](LICENSE).
32
 
 
33
  ## Citations
34
 
35
  If you find our work useful, please consider citing the following paper.
36
 
37
  ```
38
- @article{zeng2022glm,
39
- title={Glm-130b: An open bilingual pre-trained model},
40
- author={Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others},
41
- journal={arXiv preprint arXiv:2210.02414},
42
- year={2022}
43
- }
44
- ```
45
-
46
- ```
47
- @inproceedings{du2022glm,
48
- title={GLM: General Language Model Pretraining with Autoregressive Blank Infilling},
49
- author={Du, Zhengxiao and Qian, Yujie and Liu, Xiao and Ding, Ming and Qiu, Jiezhong and Yang, Zhilin and Tang, Jie},
50
- booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
51
- pages={320--335},
52
- year={2022}
53
  }
54
  ```
 
26
 
27
  **This repository is the base version of GLM-4-9B, supporting 8K context length.**
28
 
29
+ For more inference code and requirements, please visit our [github page](https://github.com/THUDM/GLM-4).
30
+
31
  ## LICENSE
32
 
33
  The weights of the GLM-4 model are available under the terms of [LICENSE](LICENSE).
34
 
35
+
36
  ## Citations
37
 
38
  If you find our work useful, please consider citing the following paper.
39
 
40
  ```
41
+ @misc{glm2024chatglm,
42
+ title={ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools},
43
+ author={Team GLM and Aohan Zeng and Bin Xu and Bowen Wang and Chenhui Zhang and Da Yin and Diego Rojas and Guanyu Feng and Hanlin Zhao and Hanyu Lai and Hao Yu and Hongning Wang and Jiadai Sun and Jiajie Zhang and Jiale Cheng and Jiayi Gui and Jie Tang and Jing Zhang and Juanzi Li and Lei Zhao and Lindong Wu and Lucen Zhong and Mingdao Liu and Minlie Huang and Peng Zhang and Qinkai Zheng and Rui Lu and Shuaiqi Duan and Shudan Zhang and Shulin Cao and Shuxun Yang and Weng Lam Tam and Wenyi Zhao and Xiao Liu and Xiao Xia and Xiaohan Zhang and Xiaotao Gu and Xin Lv and Xinghan Liu and Xinyi Liu and Xinyue Yang and Xixuan Song and Xunkai Zhang and Yifan An and Yifan Xu and Yilin Niu and Yuantao Yang and Yueyan Li and Yushi Bai and Yuxiao Dong and Zehan Qi and Zhaoyu Wang and Zhen Yang and Zhengxiao Du and Zhenyu Hou and Zihan Wang},
44
+ year={2024},
45
+ eprint={2406.12793},
46
+ archivePrefix={arXiv},
47
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
 
 
 
 
 
 
 
 
48
  }
49
  ```
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "seq_length": 8192,
36
  "use_cache": true,
37
  "torch_dtype": "bfloat16",
38
- "transformers_version": "4.30.2",
39
  "tie_word_embeddings": false,
40
  "eos_token_id": [151329, 151336, 151338],
41
  "pad_token_id": 151329
 
35
  "seq_length": 8192,
36
  "use_cache": true,
37
  "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.40.2",
39
  "tie_word_embeddings": false,
40
  "eos_token_id": [151329, 151336, 151338],
41
  "pad_token_id": 151329
configuration.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"framework":"Pytorch","task":"nli"}
generation_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "temperature": 0.8,
10
  "max_length": 8192,
11
  "top_p": 0.8,
12
- "transformers_version": "4.38.2"
13
  }
 
9
  "temperature": 0.8,
10
  "max_length": 8192,
11
  "top_p": 0.8,
12
+ "transformers_version": "4.40.2"
13
  }