rellabear commited on
Commit
daa31b5
·
verified ·
1 Parent(s): 89e32a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: paper_id
5
+ dtype: string
6
+ - name: source
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: abstract
11
+ dtype: string
12
+ - name: num_figures
13
+ dtype: int32
14
+ - name: paper_json
15
+ dtype: string
16
+ - name: method_figure
17
+ dtype: image
18
+ - name: result_figure
19
+ dtype: image
20
+ splits:
21
+ - name: test
22
+ num_bytes: 212262589.24
23
+ num_examples: 1135
24
+ download_size: 187509505
25
+ dataset_size: 212262589.24
26
+ ---
27
+ # Dataset Card for "PaperGuard"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)