File size: 1,300 Bytes
e1b66e4
 
fd45a50
e1b66e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fd45a50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e1b66e4
 
 
 
 
 
 
 
 
fd45a50
 
 
 
 
 
 
 
e1b66e4
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
---
dataset_info:
- config_name: english
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: summary
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 924042618
    num_examples: 306522
  - name: test
    num_bytes: 33095007
    num_examples: 11535
  - name: validation
    num_bytes: 33291978
    num_examples: 11535
  download_size: 621305522
  dataset_size: 990429603
- config_name: spanish
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: summary
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 209815421
    num_examples: 38110
  - name: test
    num_bytes: 24247676
    num_examples: 4763
  - name: validation
    num_bytes: 24315168
    num_examples: 4763
  download_size: 154025939
  dataset_size: 258378265
configs:
- config_name: english
  data_files:
  - split: train
    path: english/train-*
  - split: test
    path: english/test-*
  - split: validation
    path: english/validation-*
- config_name: spanish
  data_files:
  - split: train
    path: spanish/train-*
  - split: test
    path: spanish/test-*
  - split: validation
    path: spanish/validation-*
---