Datasets:

Sub-tasks:
fact-checking
Languages:
Tagalog
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
b4b30ab
1 Parent(s): 26bf6a2

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -19,6 +19,22 @@ task_ids:
19
  - fact-checking
20
  paperswithcode_id: fake-news-filipino-dataset
21
  pretty_name: Fake News Filipino
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Fake News Filipino
@@ -157,4 +173,4 @@ Jan Christian Blaise Cruz, Julianne Agatha Tan, and Charibeth Cheng
157
 
158
  ### Contributions
159
 
160
- Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
 
19
  - fact-checking
20
  paperswithcode_id: fake-news-filipino-dataset
21
  pretty_name: Fake News Filipino
22
+ dataset_info:
23
+ features:
24
+ - name: label
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ 0: '0'
29
+ 1: '1'
30
+ - name: article
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 3623685
35
+ num_examples: 3206
36
+ download_size: 1313458
37
+ dataset_size: 3623685
38
  ---
39
 
40
  # Dataset Card for Fake News Filipino
 
173
 
174
  ### Contributions
175
 
176
+ Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.