Corran commited on
Commit
3af6cf2
1 Parent(s): e3cf616

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: corpusid
5
+ dtype: int64
6
+ - name: openaccessinfo
7
+ struct:
8
+ - name: externalids
9
+ struct:
10
+ - name: ACL
11
+ dtype: string
12
+ - name: ArXiv
13
+ dtype: string
14
+ - name: DOI
15
+ dtype: string
16
+ - name: MAG
17
+ dtype: string
18
+ - name: PubMedCentral
19
+ dtype: string
20
+ - name: license
21
+ dtype: string
22
+ - name: status
23
+ dtype: string
24
+ - name: url
25
+ dtype: string
26
+ - name: abstract
27
+ dtype: string
28
+ - name: updated
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 72173232090
33
+ num_examples: 55324451
34
+ download_size: 43689807417
35
+ dataset_size: 72173232090
36
+ ---
37
+ # Dataset Card for "Jan2023Abstracts"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)