File size: 997 Bytes
27d2c75
 
2186ff4
 
 
 
 
 
 
 
 
 
 
529a743
2186ff4
529a743
2186ff4
529a743
2186ff4
 
 
 
 
 
 
 
66fc52f
 
 
 
 
 
 
 
 
 
 
 
 
 
2186ff4
 
529a743
 
 
 
2186ff4
 
 
 
 
27d2c75
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: openrail
dataset_info:
  features:
  - name: ads_id
    dtype: string
  - name: arxiv_id
    dtype: string
  - name: title
    dtype: string
  - name: abstract
    dtype: string
  - name: embed
    sequence: float64
  - name: umap_x
    dtype: float64
  - name: umap_y
    dtype: float64
  - 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: 6712061801
    num_examples: 385166
  download_size: 4491794504
  dataset_size: 6712061801
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---