File size: 744 Bytes
15ce406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: language_code
    dtype: string
  - name: title
    dtype: string
  - name: summary
    dtype: string
  - name: text
    dtype: string
  - name: ic_5
    dtype: string
  - name: combined_5
    dtype: string
  - name: ic_10
    dtype: string
  - name: combined_10
    dtype: string
  splits:
  - name: train
    num_bytes: 7120602737
    num_examples: 623599
  - name: val
    num_bytes: 720565222
    num_examples: 64155
  - name: test
    num_bytes: 722977647
    num_examples: 64311
  download_size: 5124308427
  dataset_size: 8564145606
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---