File size: 619 Bytes
e27cdaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559cd32
 
e27cdaf
 
559cd32
 
 
 
e27cdaf
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: category
    sequence: string
  - name: link
    dtype: string
  - name: Page_Views
    dtype: int64
  - name: text
    dtype: string
  - name: country
    dtype: string
  - name: _id
    dtype: int64
  - name: chunk_number
    dtype: int64
  - name: total_chunks
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 460548203
    num_examples: 146481
  download_size: 220390161
  dataset_size: 460548203
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---