File size: 988 Bytes
d6f7cc7
 
29754b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d6f7cc7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---

license: mit
dataset_info:
  features:
  - name: ads_id
    dtype: string
  - name: arxiv_id
    dtype: string
  - name: title
    dtype: string
  - name: abstract
    dtype: string
  - name: embed
    sequence: float32
  - name: umap_x
    dtype: float32
  - name: umap_y
    dtype: float32
  - name: date
    dtype: date32
  - name: cites
    dtype: int64
  - name: bibcode
    dtype: string
  - name: keywords
    sequence: string
  - name: ads_keywords
    sequence: string
  - name: read_count
    dtype: int64
  - name: doi
    sequence: string
  - name: authors
    sequence: string
  - name: aff
    sequence: string
  - name: cite_bibcodes
    sequence: string
  - name: ref_bibcodes
    sequence: string
  splits:
  - name: train
    num_bytes: 497970610
    num_examples: 41195
  download_size: 379674094
  dataset_size: 497970610
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---