File size: 3,200 Bytes
912f669
 
2f89e54
bbddb48
 
5090c4f
 
bbddb48
 
5090c4f
3d6730a
bbddb48
 
5090c4f
bbddb48
5090c4f
 
e284598
2f89e54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19c014c
2f89e54
19c014c
 
e284598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
426ac9c
 
 
 
 
 
 
 
 
 
 
 
88cd941
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a28f27
 
 
 
 
 
 
 
 
 
e3facd6
 
 
 
2f89e54
bbddb48
 
 
 
2f89e54
 
 
 
e284598
 
 
 
426ac9c
 
 
 
88cd941
 
 
 
7a28f27
 
 
 
912f669
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
---

license: apache-2.0
dataset_info:
- config_name: brainteasers
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  - name: input
    dtype: string
  splits:
  - name: train
    num_bytes: 422714
    num_examples: 3647
  download_size: 238602
  dataset_size: 422714
- config_name: chinese_traditional
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: task_type
    struct:
    - name: major
      sequence: string
    - name: minor
      sequence: string
  - name: domain
    sequence: string
  - name: metadata
    dtype: string
  - name: answer_from
    dtype: string
  - name: human_verified
    dtype: bool
  - name: copyright
    dtype: string
  splits:
  - name: train
    num_bytes: 765878
    num_examples: 1111
  download_size: 477547
  dataset_size: 765878
- config_name: douban
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: task_type
    struct:
    - name: major
      sequence: string
    - name: minor
      sequence: string
  - name: domain
    sequence: string
  - name: metadata
    dtype: string
  - name: answer_from
    dtype: string
  - name: human_verified
    dtype: bool
  - name: copyright
    dtype: string
  splits:
  - name: train
    num_bytes: 5405784
    num_examples: 3086
  download_size: 3399539
  dataset_size: 5405784
- config_name: ruozhiba
  features:
  - name: instruction
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 527470
    num_examples: 1496
  download_size: 358672
  dataset_size: 527470
- config_name: wiki
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: task_type
    struct:
    - name: major
      sequence: string
    - name: minor
      sequence: string
  - name: domain
    sequence: string
  - name: metadata
    dtype: string
  - name: answer_from
    dtype: string
  - name: human_verified
    dtype: bool
  - name: copyright
    dtype: string
  splits:
  - name: train
    num_bytes: 27846693
    num_examples: 10603
  download_size: 10409376
  dataset_size: 27846693
- config_name: xiaoyuer
  features:
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 9891
    num_examples: 133
  download_size: 6241
  dataset_size: 9891
configs:
- config_name: brainteasers
  data_files:
  - split: train
    path: brainteasers/train-*
- config_name: chinese_traditional
  data_files:
  - split: train
    path: chinese_traditional/train-*
- config_name: douban
  data_files:
  - split: train
    path: douban/train-*
- config_name: ruozhiba
  data_files:
  - split: train
    path: ruozhiba/train-*
- config_name: wiki
  data_files:
  - split: train
    path: wiki/train-*
- config_name: xiaoyuer
  data_files:
  - split: train
    path: xiaoyuer/train-*
---