lhoestq HF staff commited on
Commit
6c0d702
1 Parent(s): 65802be

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -23,6 +23,51 @@ pretty_name: DataCommons Fact Checked claims
23
  configs:
24
  - fctchk_politifact_wapo
25
  - weekly_standard
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # Dataset Card for DataCommons Fact Checked claims
@@ -167,4 +212,4 @@ Data Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec
167
 
168
  ### Contributions
169
 
170
- Thanks to [@yjernite](https://github.com/yjernite) for adding this dataset.
 
23
  configs:
24
  - fctchk_politifact_wapo
25
  - weekly_standard
26
+ dataset_info:
27
+ - config_name: fctchk_politifact_wapo
28
+ features:
29
+ - name: reviewer_name
30
+ dtype: string
31
+ - name: claim_text
32
+ dtype: string
33
+ - name: review_date
34
+ dtype: string
35
+ - name: review_url
36
+ dtype: string
37
+ - name: review_rating
38
+ dtype: string
39
+ - name: claim_author_name
40
+ dtype: string
41
+ - name: claim_date
42
+ dtype: string
43
+ splits:
44
+ - name: train
45
+ num_bytes: 1772321
46
+ num_examples: 5632
47
+ download_size: 671896
48
+ dataset_size: 1772321
49
+ - config_name: weekly_standard
50
+ features:
51
+ - name: reviewer_name
52
+ dtype: string
53
+ - name: claim_text
54
+ dtype: string
55
+ - name: review_date
56
+ dtype: string
57
+ - name: review_url
58
+ dtype: string
59
+ - name: review_rating
60
+ dtype: string
61
+ - name: claim_author_name
62
+ dtype: string
63
+ - name: claim_date
64
+ dtype: string
65
+ splits:
66
+ - name: train
67
+ num_bytes: 35061
68
+ num_examples: 132
69
+ download_size: 671896
70
+ dataset_size: 35061
71
  ---
72
 
73
  # Dataset Card for DataCommons Fact Checked claims
 
212
 
213
  ### Contributions
214
 
215
+ Thanks to [@yjernite](https://github.com/yjernite) for adding this dataset.