Tverous commited on
Commit
a984863
·
1 Parent(s): 1b12f4d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: uid
5
+ dtype: int64
6
+ - name: article
7
+ dtype: string
8
+ - name: image
9
+ dtype: string
10
+ - name: claim
11
+ dtype: string
12
+ - name: claim_cleaned_amr
13
+ dtype: string
14
+ - name: amr_penman
15
+ dtype: string
16
+ - name: amr_tokens
17
+ sequence: string
18
+ - name: amr_nodes
19
+ dtype: string
20
+ - name: amr_alignments
21
+ dtype: string
22
+ - name: amr_edges
23
+ sequence:
24
+ sequence: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 16748
28
+ num_examples: 3
29
+ download_size: 39230
30
+ dataset_size: 16748
31
+ ---
32
+ # Dataset Card for "demo"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)