leminda-ai commited on
Commit
e8af8cd
·
1 Parent(s): 048ca40

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: paperAbstract
9
+ dtype: string
10
+ - name: entities
11
+ sequence: string
12
+ - name: s2Url
13
+ dtype: string
14
+ - name: pdfUrls
15
+ sequence: string
16
+ - name: s2PdfUrl
17
+ dtype: string
18
+ - name: authors
19
+ list:
20
+ - name: name
21
+ dtype: string
22
+ - name: ids
23
+ sequence: string
24
+ - name: inCitations
25
+ sequence: string
26
+ - name: outCitations
27
+ sequence: string
28
+ - name: fieldsOfStudy
29
+ sequence: string
30
+ - name: year
31
+ dtype: int32
32
+ - name: venue
33
+ dtype: string
34
+ - name: journalName
35
+ dtype: string
36
+ - name: journalVolume
37
+ dtype: string
38
+ - name: journalPages
39
+ dtype: string
40
+ - name: sources
41
+ sequence: string
42
+ - name: doi
43
+ dtype: string
44
+ - name: doiUrl
45
+ dtype: string
46
+ - name: pmid
47
+ dtype: string
48
+ - name: magId
49
+ dtype: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 2052936550.6958752
53
+ num_examples: 1058158
54
+ download_size: 2433560960
55
+ dataset_size: 2052936550.6958752
56
+ ---
57
+ # Dataset Card for "s2orc_small"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)