sunzeyeah commited on
Commit
bc15375
1 Parent(s): e2640e7

update README.md

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +162 -1
  3. dev_data_external_v1.jsonl +3 -0
.gitattributes CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,164 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - unknown
6
+ language:
7
+ - chinese
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Chinese-ChatGPT-Corpus
13
+ size_categories:
14
+ - 5M<n<10M
15
+ task_categories:
16
+ - supervised-finetuning
17
+ - reinforcement-learning-from-human-feedback
18
+ task_ids:
19
+ - language-modeling
20
+ - masked-language-modeling
21
  ---
22
+
23
+ # Dataset Card for chinese_chatgpt_corpus
24
+
25
+ ## Table of Contents
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+
51
+ - **Size of downloaded dataset files:** 5.05 GB
52
+ - **Size of the generated dataset:** 0 GB
53
+ - **Total amount of disk used:** 5.05 GB
54
+
55
+ ### Dataset Summary
56
+
57
+ This repo collects chinese corpus for Supervised Finetuning (SFT) and Reinforcement Learning From Human Feedback (RLHF).
58
+
59
+ ### Supported Tasks and Leaderboards
60
+
61
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
62
+
63
+ ### Languages
64
+
65
+ Chinese
66
+
67
+ ## Dataset Structure
68
+
69
+ ### Data Instances
70
+
71
+ #### train_data_external_v1.jsonl
72
+ - **Size of downloaded dataset files:** 5.04 GB
73
+ - **Size of the generated dataset:** 0 GB
74
+ - **Total amount of disk used:** 5.04 GB
75
+
76
+ An example looks as follows:
77
+ ```
78
+ {
79
+ "prompt": "问题:有没有给未成年贷款的有的联系",
80
+ "answers":
81
+ [
82
+ {
83
+ "answer": "若通过招行办理,我行规定,贷款人年龄需年满18岁,且年龄加贷款年限不得超过70岁。如果您持有我行信用卡附属卡,可尝试办理预借现金。",
84
+ "score": 1
85
+ }
86
+ ],
87
+ "prefix": "回答:"
88
+ }
89
+ ```
90
+
91
+ #### dev_data_external_v1.jsonl
92
+ - **Size of downloaded dataset files:** 9.55 MB
93
+ - **Size of the generated dataset:** 0 MB
94
+ - **Total amount of disk used:** 9.55 MB
95
+
96
+ An example looks as follows:
97
+ ```
98
+ {
99
+ "prompt": "初学纹发现1/2\"的管螺纹并不是1\"的一半。不知道其中的原因,请各位指点。",
100
+ "answers":
101
+ [
102
+ {
103
+ "answer": "管螺纹的名义尺寸是“管子”的孔(内)径,而管子的壁厚不是两倍。所以,1/2\"的管螺纹并不是1\"的一半,",
104
+ "score": 1
105
+ }
106
+ ],
107
+ "prefix": "回答:"
108
+ }
109
+ ```
110
+
111
+ ### Data Fields
112
+ The data fields are the same among all splits.
113
+
114
+ #### train_data_external_v1.jsonl
115
+ - `prompt`: prompt, `string`
116
+ - `answers`: list of answers
117
+ - `answer`: answer, `string`
118
+ - `score`: score of answer, `int`
119
+ - `prefix`: prefix to the answer, `string`
120
+
121
+ #### dev_data_external_v1.jsonl
122
+ - `prompt`: prompt, `string`
123
+ - `answers`: list of answers
124
+ - `answer`: answer, `string`
125
+ - `score`: score of answer, `int`
126
+ - `prefix`: prefix to the answer, `string`
127
+
128
+
129
+ ### Data Splits
130
+
131
+ | name | train |
132
+ |----------|-------:|
133
+ |train_data_external_v1.jsonl|5477982|
134
+ |dev_data_external_v1.jsonl|10000|
135
+
136
+ ## Dataset Creation
137
+ ### Curation Rationale
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+ ### Source Data
140
+ #### Initial Data Collection and Normalization
141
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
+ #### Who are the source language producers?
143
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
+
145
+ ### Annotations
146
+ #### Annotation process
147
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
+ #### Who are the annotators?
149
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
+ ### Personal and Sensitive Information
151
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
+
153
+ ## Considerations for Using the Data
154
+ ### Social Impact of Dataset
155
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
+ ### Discussion of Biases
157
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
+ ### Other Known Limitations
159
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
+ ## Additional Information
161
+ ### Dataset Curators
162
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
+ ### Licensing Information
164
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
dev_data_external_v1.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e29978b0ed9e2fd8f9cd071c764f244abac05c50c241079ef6be5bd8df48e8
3
+ size 10016085