Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,13 @@ configs:
|
|
70 |
path: data/train_sft-*
|
71 |
- split: test_sft
|
72 |
path: data/test_sft-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
---
|
74 |
# COIG-CQIA-sft: COIG-CQIA for sft in alignment-handbook
|
75 |
|
@@ -92,4 +99,4 @@ configs:
|
|
92 |
archivePrefix={arXiv},
|
93 |
primaryClass={cs.CL}
|
94 |
}
|
95 |
-
```
|
|
|
70 |
path: data/train_sft-*
|
71 |
- split: test_sft
|
72 |
path: data/test_sft-*
|
73 |
+
task_categories:
|
74 |
+
- question-answering
|
75 |
+
language:
|
76 |
+
- zh
|
77 |
+
pretty_name: e
|
78 |
+
size_categories:
|
79 |
+
- 10K<n<100K
|
80 |
---
|
81 |
# COIG-CQIA-sft: COIG-CQIA for sft in alignment-handbook
|
82 |
|
|
|
99 |
archivePrefix={arXiv},
|
100 |
primaryClass={cs.CL}
|
101 |
}
|
102 |
+
```
|