SaiedAlshahrani commited on
Commit
fb88bc3
·
verified ·
1 Parent(s): c705e6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: claim
4
+ data_files:
5
+ - split: train
6
+ path: claim/train-*
7
+ - split: dev
8
+ path: claim/dev-*
9
+ - split: test
10
+ path: claim/test-*
11
+ dataset_info:
12
+ config_name: claim
13
+ features:
14
+ - name: claim_s
15
+ dtype: string
16
+ - name: fake_flag
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 321988
21
+ num_examples: 3185
22
+ - name: dev
23
+ num_bytes: 92582
24
+ num_examples: 906
25
+ - name: test
26
+ num_bytes: 46185
27
+ num_examples: 456
28
+ download_size: 236217
29
+ dataset_size: 460755
30
+ ---
31
+ # Dataset Card for "ANS_Corpus"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)