lhoestq HF staff commited on
Commit
f3432f3
1 Parent(s): 8a71987

fix task_ids

Browse files
Files changed (1) hide show
  1. README.md +42 -41
README.md CHANGED
@@ -15,8 +15,7 @@ source_datasets:
15
  - original
16
  task_categories:
17
  - text-classification
18
- task_ids:
19
- - text-classification-other-fake-news-detection
20
  paperswithcode_id: liar
21
  pretty_name: LIAR
22
  train-eval-index:
@@ -30,44 +29,46 @@ train-eval-index:
30
  statement: 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 [Dataset Name]
@@ -190,4 +191,4 @@ English.
190
 
191
  ### Contributions
192
 
193
- Thanks to [@hugoabonizio](https://github.com/hugoabonizio) for adding this dataset.
 
15
  - original
16
  task_categories:
17
  - text-classification
18
+ task_ids: []
 
19
  paperswithcode_id: liar
20
  pretty_name: LIAR
21
  train-eval-index:
 
29
  statement: 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
+ tags:
71
+ - fake-news-detection
72
  ---
73
 
74
  # Dataset Card for [Dataset Name]
 
191
 
192
  ### Contributions
193
 
194
+ Thanks to [@hugoabonizio](https://github.com/hugoabonizio) for adding this dataset.