Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -409,17 +409,17 @@ dataset_info:
|
|
| 409 |
- name: idx
|
| 410 |
dtype: int32
|
| 411 |
splits:
|
|
|
|
|
|
|
|
|
|
| 412 |
- name: train
|
| 413 |
-
num_bytes:
|
| 414 |
num_examples: 1566000
|
| 415 |
- name: validation
|
| 416 |
-
num_bytes:
|
| 417 |
-
num_examples: 87000
|
| 418 |
-
- name: test
|
| 419 |
-
num_bytes: 18615474
|
| 420 |
num_examples: 87000
|
| 421 |
-
download_size:
|
| 422 |
-
dataset_size:
|
| 423 |
- config_name: discoverysmall
|
| 424 |
features:
|
| 425 |
- name: sentence1
|
|
@@ -627,6 +627,14 @@ configs:
|
|
| 627 |
path: data/validation-*
|
| 628 |
- split: test
|
| 629 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 630 |
train-eval-index:
|
| 631 |
- config: discovery
|
| 632 |
task: text-classification
|
|
|
|
| 409 |
- name: idx
|
| 410 |
dtype: int32
|
| 411 |
splits:
|
| 412 |
+
- name: test
|
| 413 |
+
num_bytes: 18615402
|
| 414 |
+
num_examples: 87000
|
| 415 |
- name: train
|
| 416 |
+
num_bytes: 334808470
|
| 417 |
num_examples: 1566000
|
| 418 |
- name: validation
|
| 419 |
+
num_bytes: 18607589
|
|
|
|
|
|
|
|
|
|
| 420 |
num_examples: 87000
|
| 421 |
+
download_size: 270847004
|
| 422 |
+
dataset_size: 372031461
|
| 423 |
- config_name: discoverysmall
|
| 424 |
features:
|
| 425 |
- name: sentence1
|
|
|
|
| 627 |
path: data/validation-*
|
| 628 |
- split: test
|
| 629 |
path: data/test-*
|
| 630 |
+
- config_name: discovery
|
| 631 |
+
data_files:
|
| 632 |
+
- split: test
|
| 633 |
+
path: discovery/test-*
|
| 634 |
+
- split: train
|
| 635 |
+
path: discovery/train-*
|
| 636 |
+
- split: validation
|
| 637 |
+
path: discovery/validation-*
|
| 638 |
train-eval-index:
|
| 639 |
- config: discovery
|
| 640 |
task: text-classification
|