MichaelR207
commited on
Commit
•
c8f6cf3
1
Parent(s):
48922c0
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -73,11 +73,11 @@ configs:
|
|
73 |
- config_name: GEOLinoTest
|
74 |
data_files:
|
75 |
- split: train
|
76 |
-
path: GEOLinoTest/train
|
77 |
- split: validation
|
78 |
-
path: GEOLinoTest/validation
|
79 |
- split: test
|
80 |
-
path: GEOLinoTest/test
|
81 |
- config_name: PaCCSS-IT
|
82 |
data_files:
|
83 |
- split: train
|
@@ -273,6 +273,24 @@ dataset_info:
|
|
273 |
num_examples: 100
|
274 |
download_size: 2741056
|
275 |
dataset_size: 4648969
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
- config_name: PaCCSS-IT
|
277 |
features:
|
278 |
- name: original
|
|
|
73 |
- config_name: GEOLinoTest
|
74 |
data_files:
|
75 |
- split: train
|
76 |
+
path: GEOLinoTest/train-*
|
77 |
- split: validation
|
78 |
+
path: GEOLinoTest/validation-*
|
79 |
- split: test
|
80 |
+
path: GEOLinoTest/test-*
|
81 |
- config_name: PaCCSS-IT
|
82 |
data_files:
|
83 |
- split: train
|
|
|
273 |
num_examples: 100
|
274 |
download_size: 2741056
|
275 |
dataset_size: 4648969
|
276 |
+
- config_name: GEOLinoTest
|
277 |
+
features:
|
278 |
+
- name: original
|
279 |
+
dtype: string
|
280 |
+
- name: simple
|
281 |
+
sequence: string
|
282 |
+
splits:
|
283 |
+
- name: train
|
284 |
+
num_bytes: 183396
|
285 |
+
num_examples: 958
|
286 |
+
- name: validation
|
287 |
+
num_bytes: 18186
|
288 |
+
num_examples: 82
|
289 |
+
- name: test
|
290 |
+
num_bytes: 20264
|
291 |
+
num_examples: 81
|
292 |
+
download_size: 133872
|
293 |
+
dataset_size: 221846
|
294 |
- config_name: PaCCSS-IT
|
295 |
features:
|
296 |
- name: original
|