Normal1919 commited on
Commit
3928f37
1 Parent(s): 3f853e5

Create README.md

Browse files

# [ChatGLM2-6B](https://huggingface.co/THUDM/chatglm2-6b-int4)

这是chatglm2-6b-int4通过[P-Tuning v2](https://github.com/THUDM/P-tuning-v2)微调后的PrefixEncoder部分的参数,不含有chatglm2-6b-int4本体

This is the parameter of the PrefixEncoder section of chatglm2-6b-int4 after fine-tuning through [P-Tuning v2](https://github.com/THUDM/P-tuning-v2), without the chatglm2-6b-int4 body

训练使用的脚本: Script used for tuning:

[ChatGLM2-6B/ptuning](https://github.com/THUDM/ChatGLM2-6B/tree/main/ptuning)

Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ library_name: transformers
6
+ tags:
7
+ - glm
8
+ - chatglm
9
+ - thudm
10
+ - fine_tune
11
+ - fine tune
12
+ ---