lhoestq HF staff commited on
Commit
e5cf0b2
1 Parent(s): 9b3ec5c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -20,6 +20,21 @@ task_ids:
20
  - sentiment-scoring
21
  paperswithcode_id: null
22
  pretty_name: 'TurkishMovieSentiment: This dataset contains turkish movie reviews.'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for TurkishMovieSentiment: This dataset contains turkish movie reviews.
@@ -151,4 +166,4 @@ The data is under the [CC0: Public Domain](https://creativecommons.org/publicdom
151
 
152
  ### Contributions
153
 
154
- Thanks to [@yavuzKomecoglu](https://github.com/yavuzKomecoglu) for adding this dataset.
20
  - sentiment-scoring
21
  paperswithcode_id: null
22
  pretty_name: 'TurkishMovieSentiment: This dataset contains turkish movie reviews.'
23
+ dataset_info:
24
+ features:
25
+ - name: point
26
+ dtype: float32
27
+ - name: comment
28
+ dtype: string
29
+ - name: film_name
30
+ dtype: string
31
+ config_name: turkishmoviesentiment
32
+ splits:
33
+ - name: train
34
+ num_bytes: 33954560
35
+ num_examples: 83227
36
+ download_size: 0
37
+ dataset_size: 33954560
38
  ---
39
 
40
  # Dataset Card for TurkishMovieSentiment: This dataset contains turkish movie reviews.
166
 
167
  ### Contributions
168
 
169
+ Thanks to [@yavuzKomecoglu](https://github.com/yavuzKomecoglu) for adding this dataset.