ppxscal commited on
Commit
60619c6
1 Parent(s): c3ae9dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: submitter
12
+ dtype: string
13
+ - name: authors
14
+ dtype: string
15
+ - name: title
16
+ dtype: string
17
+ - name: comments
18
+ dtype: string
19
+ - name: journal-ref
20
+ dtype: string
21
+ - name: doi
22
+ dtype: string
23
+ - name: report-no
24
+ dtype: string
25
+ - name: categories
26
+ dtype: string
27
+ - name: license
28
+ dtype: string
29
+ - name: abstract
30
+ dtype: string
31
+ - name: versions
32
+ dtype: string
33
+ - name: update_date
34
+ dtype: string
35
+ - name: authors_parsed
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 389578224
40
+ num_examples: 2318918
41
+ download_size: 8350195
42
+ dataset_size: 389578224
43
+ ---
44
+ # Dataset Card for "arxiv-metadata-oai-snapshot"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)