Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,11 @@ language_creators:
|
|
5 |
- found
|
6 |
language:
|
7 |
- en
|
8 |
-
|
9 |
task_categories:
|
10 |
- text-classification
|
11 |
task_ids:
|
12 |
- multi-class-classification
|
13 |
- sentiment-classification
|
14 |
-
|
15 |
train-eval-index:
|
16 |
- config: sentences_50agree
|
17 |
- task: text-classification
|
@@ -20,7 +18,9 @@ train-eval-index:
|
|
20 |
eval_split: train
|
21 |
- col_mapping:
|
22 |
sentence: text
|
23 |
-
label: target
|
|
|
|
|
24 |
---
|
25 |
|
26 |
## Dataset Creation
|
|
|
5 |
- found
|
6 |
language:
|
7 |
- en
|
|
|
8 |
task_categories:
|
9 |
- text-classification
|
10 |
task_ids:
|
11 |
- multi-class-classification
|
12 |
- sentiment-classification
|
|
|
13 |
train-eval-index:
|
14 |
- config: sentences_50agree
|
15 |
- task: text-classification
|
|
|
18 |
eval_split: train
|
19 |
- col_mapping:
|
20 |
sentence: text
|
21 |
+
label: target
|
22 |
+
size_categories:
|
23 |
+
- 1K<n<10K
|
24 |
---
|
25 |
|
26 |
## Dataset Creation
|