huy-nh-2000
commited on
Commit
•
6038f2e
1
Parent(s):
94d7c41
Upload dataset
Browse files- RE/train-00000-of-00001.parquet +3 -0
- README.md +32 -0
RE/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c76bb81eb5d53e1de587d3ba39e5a45c865bd18a78d26300b415c69addad4c0a
|
3 |
+
size 22715223
|
README.md
CHANGED
@@ -168,6 +168,34 @@ dataset_info:
|
|
168 |
num_examples: 862638
|
169 |
download_size: 110259606
|
170 |
dataset_size: 402710463
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
configs:
|
172 |
- config_name: EE
|
173 |
data_files:
|
@@ -193,4 +221,8 @@ configs:
|
|
193 |
data_files:
|
194 |
- split: train
|
195 |
path: NER/train-*
|
|
|
|
|
|
|
|
|
196 |
---
|
|
|
168 |
num_examples: 862638
|
169 |
download_size: 110259606
|
170 |
dataset_size: 402710463
|
171 |
+
- config_name: RE
|
172 |
+
features:
|
173 |
+
- name: Task
|
174 |
+
dtype: string
|
175 |
+
- name: Dataset
|
176 |
+
dtype: string
|
177 |
+
- name: subset
|
178 |
+
dtype: string
|
179 |
+
- name: Samples
|
180 |
+
sequence: 'null'
|
181 |
+
- name: Instance
|
182 |
+
struct:
|
183 |
+
- name: id
|
184 |
+
dtype: string
|
185 |
+
- name: sentence
|
186 |
+
dtype: string
|
187 |
+
- name: label
|
188 |
+
dtype: string
|
189 |
+
- name: instruction
|
190 |
+
dtype: string
|
191 |
+
- name: ground_truth
|
192 |
+
dtype: string
|
193 |
+
splits:
|
194 |
+
- name: train
|
195 |
+
num_bytes: 104596538
|
196 |
+
num_examples: 120950
|
197 |
+
download_size: 22715223
|
198 |
+
dataset_size: 104596538
|
199 |
configs:
|
200 |
- config_name: EE
|
201 |
data_files:
|
|
|
221 |
data_files:
|
222 |
- split: train
|
223 |
path: NER/train-*
|
224 |
+
- config_name: RE
|
225 |
+
data_files:
|
226 |
+
- split: train
|
227 |
+
path: RE/train-*
|
228 |
---
|