davanstrien HF Staff commited on
Commit
043f123
·
1 Parent(s): 770f3b2

Upload README.md with huggingface_hub

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