lhoestq HF staff commited on
Commit
34c21f4
1 Parent(s): 4f58bf3

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -20,6 +20,39 @@ paperswithcode_id: offcombr
20
  pretty_name: Offensive Comments in the Brazilian Web
21
  tags:
22
  - hate-speech-detection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for [Dataset Name]
20
  pretty_name: Offensive Comments in the Brazilian Web
21
  tags:
22
  - hate-speech-detection
23
+ dataset_info:
24
+ - config_name: offcombr-2
25
+ features:
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: 'no'
31
+ 1: 'yes'
32
+ - name: text
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 105703
37
+ num_examples: 1250
38
+ download_size: 99956
39
+ dataset_size: 105703
40
+ - config_name: offcombr-3
41
+ features:
42
+ - name: label
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ 0: 'no'
47
+ 1: 'yes'
48
+ - name: text
49
+ dtype: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 90094
53
+ num_examples: 1033
54
+ download_size: 85215
55
+ dataset_size: 90094
56
  ---
57
 
58
  # Dataset Card for [Dataset Name]