lhoestq HF staff commited on
Commit
bc91912
1 Parent(s): 2e6a35c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -19,6 +19,29 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: RoSent
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for RoSent
@@ -154,4 +177,4 @@ Stefan Daniel Dumitrescu, Andrei-Marious Avram, Sampo Pyysalo, [@katakonst](http
154
 
155
  ### Contributions
156
 
157
- Thanks to [@gchhablani](https://github.com/gchhablani) and [@iliemihai](https://github.com/iliemihai) for adding this dataset.
 
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: RoSent
22
+ dataset_info:
23
+ features:
24
+ - name: original_id
25
+ dtype: string
26
+ - name: id
27
+ dtype: string
28
+ - name: sentence
29
+ dtype: string
30
+ - name: label
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ 0: negative
35
+ 1: positive
36
+ splits:
37
+ - name: test
38
+ num_bytes: 6837430
39
+ num_examples: 11005
40
+ - name: train
41
+ num_bytes: 8367687
42
+ num_examples: 17941
43
+ download_size: 14700057
44
+ dataset_size: 15205117
45
  ---
46
 
47
  # Dataset Card for RoSent
 
177
 
178
  ### Contributions
179
 
180
+ Thanks to [@gchhablani](https://github.com/gchhablani) and [@iliemihai](https://github.com/iliemihai) for adding this dataset.