Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
461a9d1
1 Parent(s): c944aef

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +47 -31
README.md CHANGED
@@ -29,36 +29,52 @@ train-eval-index:
29
  tweet: text
30
  label: target
31
  metrics:
32
- - type: accuracy
33
- name: Accuracy
34
- - type: f1
35
- name: F1 binary
36
- args:
37
- average: binary
38
- - type: precision
39
- name: Precision macro
40
- args:
41
- average: macro
42
- - type: precision
43
- name: Precision micro
44
- args:
45
- average: micro
46
- - type: precision
47
- name: Precision weighted
48
- args:
49
- average: weighted
50
- - type: recall
51
- name: Recall macro
52
- args:
53
- average: macro
54
- - type: recall
55
- name: Recall micro
56
- args:
57
- average: micro
58
- - type: recall
59
- name: Recall weighted
60
- args:
61
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ---
63
 
64
  # Dataset Card for Tweets Hate Speech Detection
@@ -192,4 +208,4 @@ Roshan Sharma
192
 
193
  ### Contributions
194
 
195
- Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.
29
  tweet: text
30
  label: target
31
  metrics:
32
+ - type: accuracy
33
+ name: Accuracy
34
+ - type: f1
35
+ name: F1 binary
36
+ args:
37
+ average: binary
38
+ - type: precision
39
+ name: Precision macro
40
+ args:
41
+ average: macro
42
+ - type: precision
43
+ name: Precision micro
44
+ args:
45
+ average: micro
46
+ - type: precision
47
+ name: Precision weighted
48
+ args:
49
+ average: weighted
50
+ - type: recall
51
+ name: Recall macro
52
+ args:
53
+ average: macro
54
+ - type: recall
55
+ name: Recall micro
56
+ args:
57
+ average: micro
58
+ - type: recall
59
+ name: Recall weighted
60
+ args:
61
+ average: weighted
62
+ dataset_info:
63
+ features:
64
+ - name: label
65
+ dtype:
66
+ class_label:
67
+ names:
68
+ 0: no-hate-speech
69
+ 1: hate-speech
70
+ - name: tweet
71
+ dtype: string
72
+ splits:
73
+ - name: train
74
+ num_bytes: 3191776
75
+ num_examples: 31962
76
+ download_size: 3103165
77
+ dataset_size: 3191776
78
  ---
79
 
80
  # Dataset Card for Tweets Hate Speech Detection
208
 
209
  ### Contributions
210
 
211
+ Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.