Datasets:

Languages:
Spanish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
0704b59
1 Parent(s): 295cc42

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -19,6 +19,27 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Muchocine
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Muchocine
@@ -150,4 +171,4 @@ See http://www.lsi.us.es/~fermin/index.php/Datasets
150
 
151
  ### Contributions
152
 
153
- Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Muchocine
22
+ dataset_info:
23
+ features:
24
+ - name: review_body
25
+ dtype: string
26
+ - name: review_summary
27
+ dtype: string
28
+ - name: star_rating
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: '1'
33
+ 1: '2'
34
+ 2: '3'
35
+ 3: '4'
36
+ 4: '5'
37
+ splits:
38
+ - name: train
39
+ num_bytes: 11871095
40
+ num_examples: 3872
41
+ download_size: 55556703
42
+ dataset_size: 11871095
43
  ---
44
 
45
  # Dataset Card for Muchocine
171
 
172
  ### Contributions
173
 
174
+ Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.