Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
055c70f
1 Parent(s): f6ad509

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +64 -39
README.md CHANGED
@@ -30,44 +30,69 @@ train-eval-index:
30
  verse_text: text
31
  label: target
32
  metrics:
33
- - type: accuracy
34
- name: Accuracy
35
- - type: f1
36
- name: F1 macro
37
- args:
38
- average: macro
39
- - type: f1
40
- name: F1 micro
41
- args:
42
- average: micro
43
- - type: f1
44
- name: F1 weighted
45
- args:
46
- average: weighted
47
- - type: precision
48
- name: Precision macro
49
- args:
50
- average: macro
51
- - type: precision
52
- name: Precision micro
53
- args:
54
- average: micro
55
- - type: precision
56
- name: Precision weighted
57
- args:
58
- average: weighted
59
- - type: recall
60
- name: Recall macro
61
- args:
62
- average: macro
63
- - type: recall
64
- name: Recall micro
65
- args:
66
- average: micro
67
- - type: recall
68
- name: Recall weighted
69
- args:
70
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ---
72
 
73
  # Dataset Card for Gutenberg Poem Dataset
@@ -219,4 +244,4 @@ This work is licensed under a Creative Commons Attribution 4.0 International Lic
219
 
220
  ### Contributions
221
 
222
- Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
30
  verse_text: text
31
  label: target
32
  metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
+ dataset_info:
72
+ features:
73
+ - name: id
74
+ dtype: int32
75
+ - name: verse_text
76
+ dtype: string
77
+ - name: label
78
+ dtype:
79
+ class_label:
80
+ names:
81
+ 0: negative
82
+ 1: positive
83
+ 2: no_impact
84
+ splits:
85
+ - name: test
86
+ num_bytes: 5588
87
+ num_examples: 104
88
+ - name: train
89
+ num_bytes: 48555
90
+ num_examples: 892
91
+ - name: validation
92
+ num_bytes: 5788
93
+ num_examples: 105
94
+ download_size: 49870
95
+ dataset_size: 59931
96
  ---
97
 
98
  # Dataset Card for Gutenberg Poem Dataset
244
 
245
  ### Contributions
246
 
247
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.