shibing624
commited on
Commit
•
19b5308
1
Parent(s):
e3fb446
Update README.md
Browse files
README.md
CHANGED
@@ -85,6 +85,14 @@ chatglm-6b-csc-zh-lora
|
|
85 |
└── adapter_model.bin
|
86 |
```
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
### 训练数据集
|
90 |
#### 中文纠错数据集
|
@@ -96,6 +104,7 @@ chatglm-6b-csc-zh-lora
|
|
96 |
如果需要训练ChatGLM模型,请参考[https://github.com/shibing624/textgen](https://github.com/shibing624/textgen)
|
97 |
|
98 |
|
|
|
99 |
## Citation
|
100 |
|
101 |
```latex
|
|
|
85 |
└── adapter_model.bin
|
86 |
```
|
87 |
|
88 |
+
#### 训练参数:
|
89 |
+
|
90 |
+
- num_epochs: 2
|
91 |
+
- batch_size: 4
|
92 |
+
- steps: 125600
|
93 |
+
- base model: THUDM/chatglm-6b
|
94 |
+
- train data: [shibing624/CSC](https://huggingface.co/datasets/shibing624/CSC)
|
95 |
+
|
96 |
|
97 |
### 训练数据集
|
98 |
#### 中文纠错数据集
|
|
|
104 |
如果需要训练ChatGLM模型,请参考[https://github.com/shibing624/textgen](https://github.com/shibing624/textgen)
|
105 |
|
106 |
|
107 |
+
|
108 |
## Citation
|
109 |
|
110 |
```latex
|