ArtifactAI commited on
Commit
3033089
1 Parent(s): 03c8941

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ sequence: string
6
+ - name: author
7
+ sequence: string
8
+ - name: authoraffiliation
9
+ sequence: string
10
+ - name: venue
11
+ sequence: string
12
+ - name: abstract
13
+ dtype: string
14
+ - name: doi
15
+ dtype: string
16
+ - name: pdfurls
17
+ sequence: string
18
+ - name: corpusid
19
+ dtype: int64
20
+ - name: arxivid
21
+ dtype: string
22
+ - name: pdfsha
23
+ dtype: string
24
+ - name: text
25
+ dtype: string
26
+ - name: github_urls
27
+ sequence: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 89132091867
31
+ num_examples: 1671614
32
+ download_size: 35993359504
33
+ dataset_size: 89132091867
34
+ ---
35
+ # Dataset Card for "s2orc_full_parsed"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)