Datasets:
Merge branch 'main' of https://huggingface.co/datasets/ejschwartz/oo-method-test into main
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ task_categories:
|
|
4 |
- text-classification
|
5 |
#task_ids:
|
6 |
#- binary-classification
|
|
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: Binary
|
@@ -22,11 +23,11 @@ dataset_info:
|
|
22 |
dtype: string
|
23 |
config_name: ejschwartz--oo-method-test
|
24 |
splits:
|
25 |
-
- name:
|
26 |
-
num_bytes:
|
27 |
num_examples: 1471458
|
28 |
-
download_size:
|
29 |
-
dataset_size:
|
30 |
train-eval-index:
|
31 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
32 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|
|
|
4 |
- text-classification
|
5 |
#task_ids:
|
6 |
#- binary-classification
|
7 |
+
---
|
8 |
dataset_info:
|
9 |
features:
|
10 |
- name: Binary
|
|
|
23 |
dtype: string
|
24 |
config_name: ejschwartz--oo-method-test
|
25 |
splits:
|
26 |
+
- name: combined
|
27 |
+
num_bytes: 3560837643
|
28 |
num_examples: 1471458
|
29 |
+
download_size: 1001202060
|
30 |
+
dataset_size: 3560837643
|
31 |
train-eval-index:
|
32 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
33 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|