File size: 2,467 Bytes
0354b28
 
e578152
 
 
 
 
 
 
 
 
 
679d1bf
 
 
 
e4ab145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f087424
0354b28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41c04f2
 
 
 
e7794fd
 
 
 
 
 
 
 
 
 
 
 
 
 
f087424
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0354b28
e578152
 
 
 
e4ab145
 
 
 
0354b28
 
 
 
e7794fd
 
 
 
f087424
 
 
 
0354b28
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
dataset_info:
- config_name: articles
  features:
  - name: DocId
    dtype: int64
  - name: article
    dtype: string
  - name: ArticleId
    dtype: string
  splits:
  - name: train
    num_bytes: 277619007.63680273
    num_examples: 155467
  download_size: 86825637
  dataset_size: 277619007.63680273
- config_name: articles_embed
  features:
  - name: lc
    dtype: int64
  - name: type
    dtype: string
  - name: id
    sequence: string
  - name: kwargs
    struct:
    - name: metadata
      struct:
      - name: ArticleId
        dtype: string
      - name: DocId
        dtype: int64
    - name: page_content
      dtype: string
    - name: type
      dtype: string
  - name: embeddings
    sequence: float64
  splits:
  - name: train
    num_bytes: 1246820010
    num_examples: 155467
  download_size: 858155759
  dataset_size: 1246820010
- config_name: documents
  features:
  - name: DocId
    dtype: int64
  - name: DocName
    dtype: string
  - name: DocContent
    dtype: string
  - name: DocIndexList
    list:
    - name: Bookmark
      dtype: string
    - name: LevelId
      dtype: int64
    - name: Title
      dtype: string
  splits:
  - name: train
    num_bytes: 1798554318.9741223
    num_examples: 20833
  download_size: 489999941
  dataset_size: 1798554318.9741223
- config_name: mix_articles
  features:
  - name: DocId
    dtype: int64
  - name: article
    dtype: string
  - name: ArticleId
    dtype: string
  splits:
  - name: train
    num_bytes: 84896112.0
    num_examples: 40810
  download_size: 25122623
  dataset_size: 84896112.0
- config_name: mix_documents
  features:
  - name: DocId
    dtype: int64
  - name: DocName
    dtype: string
  - name: DocContent
    dtype: string
  - name: DocIndexList
    list:
    - name: Bookmark
      dtype: string
    - name: LevelId
      dtype: int64
    - name: Title
      dtype: string
  splits:
  - name: train
    num_bytes: 42778324.0988364
    num_examples: 1967
  download_size: 207042746
  dataset_size: 42778324.0988364
configs:
- config_name: articles
  data_files:
  - split: train
    path: articles/train-*
- config_name: articles_embed
  data_files:
  - split: train
    path: articles_embed/train-*
- config_name: documents
  data_files:
  - split: train
    path: documents/train-*
- config_name: mix_articles
  data_files:
  - split: train
    path: mix_articles/train-*
- config_name: mix_documents
  data_files:
  - split: train
    path: mix_documents/train-*
---