Zaid commited on
Commit
a33b6be
1 Parent(s): d121e1d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ClaimID
5
+ dtype: string
6
+ - name: claim
7
+ dtype: string
8
+ - name: description
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: date
13
+ dtype: string
14
+ - name: source_label
15
+ dtype: string
16
+ - name: normalized_label
17
+ dtype: string
18
+ - name: source_category
19
+ dtype: string
20
+ - name: normalized_category
21
+ dtype: string
22
+ - name: source_url
23
+ dtype: string
24
+ - name: claim_urls
25
+ dtype: string
26
+ - name: evidence_urls
27
+ dtype: string
28
+ - name: claim_type
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 13201528
33
+ num_examples: 6222
34
+ download_size: 5719822
35
+ dataset_size: 13201528
36
+ ---
37
+ # Dataset Card for "AraFacts"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)