Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
7d0e6db
1 Parent(s): 21b4aa1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +63 -39
README.md CHANGED
@@ -29,44 +29,68 @@ train-eval-index:
29
  text: text
30
  label: target
31
  metrics:
32
- - type: accuracy
33
- name: Accuracy
34
- - type: f1
35
- name: F1 macro
36
- args:
37
- average: macro
38
- - type: f1
39
- name: F1 micro
40
- args:
41
- average: micro
42
- - type: f1
43
- name: F1 weighted
44
- args:
45
- average: weighted
46
- - type: precision
47
- name: Precision macro
48
- args:
49
- average: macro
50
- - type: precision
51
- name: Precision micro
52
- args:
53
- average: micro
54
- - type: precision
55
- name: Precision weighted
56
- args:
57
- average: weighted
58
- - type: recall
59
- name: Recall macro
60
- args:
61
- average: macro
62
- - type: recall
63
- name: Recall micro
64
- args:
65
- average: micro
66
- - type: recall
67
- name: Recall weighted
68
- args:
69
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  ---
71
 
72
  # Dataset Card for [Dataset Name]
@@ -212,4 +236,4 @@ English
212
 
213
  ### Contributions
214
 
215
- Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
 
29
  text: text
30
  label: target
31
  metrics:
32
+ - type: accuracy
33
+ name: Accuracy
34
+ - type: f1
35
+ name: F1 macro
36
+ args:
37
+ average: macro
38
+ - type: f1
39
+ name: F1 micro
40
+ args:
41
+ average: micro
42
+ - type: f1
43
+ name: F1 weighted
44
+ args:
45
+ average: weighted
46
+ - type: precision
47
+ name: Precision macro
48
+ args:
49
+ average: macro
50
+ - type: precision
51
+ name: Precision micro
52
+ args:
53
+ average: micro
54
+ - type: precision
55
+ name: Precision weighted
56
+ args:
57
+ average: weighted
58
+ - type: recall
59
+ name: Recall macro
60
+ args:
61
+ average: macro
62
+ - type: recall
63
+ name: Recall micro
64
+ args:
65
+ average: micro
66
+ - type: recall
67
+ name: Recall weighted
68
+ args:
69
+ average: weighted
70
+ dataset_info:
71
+ features:
72
+ - name: text
73
+ dtype: string
74
+ - name: user_id
75
+ dtype: int64
76
+ - name: subforum_id
77
+ dtype: int64
78
+ - name: num_contexts
79
+ dtype: int64
80
+ - name: label
81
+ dtype:
82
+ class_label:
83
+ names:
84
+ 0: noHate
85
+ 1: hate
86
+ 2: idk/skip
87
+ 3: relation
88
+ splits:
89
+ - name: train
90
+ num_bytes: 1375340
91
+ num_examples: 10944
92
+ download_size: 3664530
93
+ dataset_size: 1375340
94
  ---
95
 
96
  # Dataset Card for [Dataset Name]
 
236
 
237
  ### Contributions
238
 
239
+ Thanks to [@czabo](https://github.com/czabo) for adding this dataset.