Datasets:

Multilinguality:
multilingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
6428b4e
1 Parent(s): 4424ee0

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -24,6 +24,25 @@ task_ids:
24
  - multi-label-classification
25
  tags:
26
  - hope-speech-detection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for KanHope
 
24
  - multi-label-classification
25
  tags:
26
  - hope-speech-detection
27
+ dataset_info:
28
+ features:
29
+ - name: text
30
+ dtype: string
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ 0: Not-Hope
36
+ 1: Hope
37
+ splits:
38
+ - name: test
39
+ num_bytes: 65722
40
+ num_examples: 618
41
+ - name: train
42
+ num_bytes: 494898
43
+ num_examples: 4940
44
+ download_size: 568972
45
+ dataset_size: 560620
46
  ---
47
 
48
  # Dataset Card for KanHope