File size: 826 Bytes
32d38a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d456dcb
32d38a9
d456dcb
 
32d38a9
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sha
    dtype: string
  - name: text
    dtype: string
  - name: id
    dtype: string
  - name: tags
    sequence: string
  - name: created_at
    dtype: string
  - name: metadata
    dtype: string
  - name: last_modified
    dtype: string
  - name: arxiv
    sequence: string
  - name: languages
    sequence: string
  - name: tags_str
    dtype: string
  - name: text_str
    dtype: string
  - name: text_lists
    sequence: string
  - name: processed_texts
    sequence: string
  - name: tokens_length
    sequence: int64
  - name: input_texts
    sequence: string
  splits:
  - name: train
    num_bytes: 588226997
    num_examples: 52904
  download_size: 143216580
  dataset_size: 588226997
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---