Datasets:
Marcio Monteiro
commited on
Commit
•
67e6fbd
1
Parent(s):
0172f81
fix
Browse files
README.md
CHANGED
@@ -4,37 +4,6 @@ language:
|
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
|
7 |
-
dataset_info:
|
8 |
-
- config_name: sst5
|
9 |
-
features:
|
10 |
-
- name: id
|
11 |
-
dtype: int64
|
12 |
-
- name: phrase
|
13 |
-
dtype: string
|
14 |
-
- name: sentiment
|
15 |
-
dtype: float32
|
16 |
-
- name: label
|
17 |
-
dtype:
|
18 |
-
class_label:
|
19 |
-
'0': 'very negative'
|
20 |
-
'1': 'negative'
|
21 |
-
'2': 'neutral'
|
22 |
-
'3': 'positive'
|
23 |
-
'4': 'very positive'
|
24 |
-
- config_name: sst2
|
25 |
-
features:
|
26 |
-
- name: id
|
27 |
-
dtype: int64
|
28 |
-
- name: phrase
|
29 |
-
dtype: string
|
30 |
-
- name: sentiment
|
31 |
-
dtype: float32
|
32 |
-
- name: label
|
33 |
-
dtype:
|
34 |
-
class_label:
|
35 |
-
'0': 'negative'
|
36 |
-
'1': 'positive'
|
37 |
-
|
38 |
configs:
|
39 |
- config_name: sst5
|
40 |
data_files:
|
|
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
configs:
|
8 |
- config_name: sst5
|
9 |
data_files:
|