albertvillanova HF staff commited on
Commit
6fbff06
1 Parent(s): 18b2fd0

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (8e4346a013e9b1e59aa5ec6b590f5ab80c85f5cc)

Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - multi-label-classification
20
- paperswithcode_id: null
21
  pretty_name: Fake News English
22
  dataset_info:
23
  features:
@@ -29,8 +28,8 @@ dataset_info:
29
  dtype:
30
  class_label:
31
  names:
32
- 0: Satire
33
- 1: Fake
34
  - name: url_of_rebutting_article
35
  dtype: string
36
  splits:
17
  - text-classification
18
  task_ids:
19
  - multi-label-classification
 
20
  pretty_name: Fake News English
21
  dataset_info:
22
  features:
28
  dtype:
29
  class_label:
30
  names:
31
+ '0': Satire
32
+ '1': Fake
33
  - name: url_of_rebutting_article
34
  dtype: string
35
  splits: