lhoestq HF staff commited on
Commit
60f260a
1 Parent(s): 796c493

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -22,6 +22,62 @@ task_ids:
22
  - multi-label-classification
23
  tags:
24
  - emotion-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for [cedr]
 
22
  - multi-label-classification
23
  tags:
24
  - emotion-classification
25
+ dataset_info:
26
+ - config_name: main
27
+ features:
28
+ - name: text
29
+ dtype: string
30
+ - name: labels
31
+ sequence:
32
+ class_label:
33
+ names:
34
+ 0: joy
35
+ 1: sadness
36
+ 2: surprise
37
+ 3: fear
38
+ 4: anger
39
+ - name: source
40
+ dtype: string
41
+ splits:
42
+ - name: test
43
+ num_bytes: 350275
44
+ num_examples: 1882
45
+ - name: train
46
+ num_bytes: 1418355
47
+ num_examples: 7528
48
+ download_size: 693026
49
+ dataset_size: 1768630
50
+ - config_name: enriched
51
+ features:
52
+ - name: text
53
+ dtype: string
54
+ - name: labels
55
+ sequence:
56
+ class_label:
57
+ names:
58
+ 0: joy
59
+ 1: sadness
60
+ 2: surprise
61
+ 3: fear
62
+ 4: anger
63
+ - name: source
64
+ dtype: string
65
+ - name: sentences
66
+ list:
67
+ list:
68
+ - name: forma
69
+ dtype: string
70
+ - name: lemma
71
+ dtype: string
72
+ splits:
73
+ - name: test
74
+ num_bytes: 1182343
75
+ num_examples: 1882
76
+ - name: train
77
+ num_bytes: 4792366
78
+ num_examples: 7528
79
+ download_size: 1822522
80
+ dataset_size: 5974709
81
  ---
82
 
83
  # Dataset Card for [cedr]