Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ configs:
|
|
| 8 |
path: data/evaluation-*
|
| 9 |
- split: test
|
| 10 |
path: data/test-*
|
|
|
|
|
|
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
- name: text1
|
|
@@ -24,8 +26,11 @@ dataset_info:
|
|
| 24 |
- name: test
|
| 25 |
num_bytes: 27471369
|
| 26 |
num_examples: 100000
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
# Dataset Card for "ark"
|
| 31 |
|
|
|
|
| 8 |
path: data/evaluation-*
|
| 9 |
- split: test
|
| 10 |
path: data/test-*
|
| 11 |
+
- split: train_full
|
| 12 |
+
path: data/train_full-*
|
| 13 |
dataset_info:
|
| 14 |
features:
|
| 15 |
- name: text1
|
|
|
|
| 26 |
- name: test
|
| 27 |
num_bytes: 27471369
|
| 28 |
num_examples: 100000
|
| 29 |
+
- name: train_full
|
| 30 |
+
num_bytes: 274391554
|
| 31 |
+
num_examples: 1000000
|
| 32 |
+
download_size: 189206059
|
| 33 |
+
dataset_size: 576254477
|
| 34 |
---
|
| 35 |
# Dataset Card for "ark"
|
| 36 |
|