lhoestq HF staff commited on
Commit
ae97533
1 Parent(s): 6b31ae6

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -24,6 +24,36 @@ task_ids:
24
  - topic-classification
25
  paperswithcode_id: null
26
  pretty_name: HateSpeechPl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
 
@@ -197,4 +227,4 @@ According to [Metashare](http://metashare.nlp.ipipan.waw.pl/metashare/repository
197
 
198
  ### Contributions
199
 
200
- Thanks to [@kacperlukawski](https://github.com/kacperlukawski) for adding this dataset.
24
  - topic-classification
25
  paperswithcode_id: null
26
  pretty_name: HateSpeechPl
27
+ dataset_info:
28
+ features:
29
+ - name: id
30
+ dtype: uint16
31
+ - name: text_id
32
+ dtype: uint32
33
+ - name: annotator_id
34
+ dtype: uint8
35
+ - name: minority_id
36
+ dtype: uint8
37
+ - name: negative_emotions
38
+ dtype: bool
39
+ - name: call_to_action
40
+ dtype: bool
41
+ - name: source_of_knowledge
42
+ dtype: uint8
43
+ - name: irony_sarcasm
44
+ dtype: bool
45
+ - name: topic
46
+ dtype: uint8
47
+ - name: text
48
+ dtype: string
49
+ - name: rating
50
+ dtype: uint8
51
+ splits:
52
+ - name: train
53
+ num_bytes: 3436190
54
+ num_examples: 13887
55
+ download_size: 3877954
56
+ dataset_size: 3436190
57
  ---
58
 
59
 
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@kacperlukawski](https://github.com/kacperlukawski) for adding this dataset.