albertvillanova HF staff commited on
Commit
c33cbf9
1 Parent(s): 770b053

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (1437cbe20dcc8ab841366174926ee76348266764)

Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: RottenTomatoes - MR Movie Review Data
3
  annotations_creators:
4
  - crowdsourced
5
  language_creators:
@@ -10,15 +9,38 @@ license:
10
  - unknown
11
  multilinguality:
12
  - monolingual
 
 
 
 
13
  task_categories:
14
  - text-classification
15
  task_ids:
16
  - sentiment-classification
17
  paperswithcode_id: mr
18
- size_categories:
19
- - 1K<n<10K
20
- source_datasets:
21
- - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  train-eval-index:
23
  - config: default
24
  task: text-classification
@@ -68,28 +90,6 @@ train-eval-index:
68
  name: Recall weighted
69
  args:
70
  average: weighted
71
- dataset_info:
72
- features:
73
- - name: text
74
- dtype: string
75
- - name: label
76
- dtype:
77
- class_label:
78
- names:
79
- 0: neg
80
- 1: pos
81
- splits:
82
- - name: train
83
- num_bytes: 1074810
84
- num_examples: 8530
85
- - name: validation
86
- num_bytes: 134679
87
- num_examples: 1066
88
- - name: test
89
- num_bytes: 135972
90
- num_examples: 1066
91
- download_size: 487770
92
- dataset_size: 1345461
93
  ---
94
 
95
  # Dataset Card for "rotten_tomatoes"
 
1
  ---
 
2
  annotations_creators:
3
  - crowdsourced
4
  language_creators:
 
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ source_datasets:
15
+ - original
16
  task_categories:
17
  - text-classification
18
  task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: mr
21
+ pretty_name: RottenTomatoes - MR Movie Review Data
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': neg
31
+ '1': pos
32
+ splits:
33
+ - name: train
34
+ num_bytes: 1074810
35
+ num_examples: 8530
36
+ - name: validation
37
+ num_bytes: 134679
38
+ num_examples: 1066
39
+ - name: test
40
+ num_bytes: 135972
41
+ num_examples: 1066
42
+ download_size: 487770
43
+ dataset_size: 1345461
44
  train-eval-index:
45
  - config: default
46
  task: text-classification
 
90
  name: Recall weighted
91
  args:
92
  average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  ---
94
 
95
  # Dataset Card for "rotten_tomatoes"