File size: 2,262 Bytes
3157c8f
f7ee8f9
 
3157c8f
f7ee8f9
 
 
 
 
 
3157c8f
 
 
 
 
f7ee8f9
3157c8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f7ee8f9
3157c8f
e572c7b
 
3157c8f
 
 
 
bbfa078
3157c8f
 
 
 
 
 
 
 
 
f7ee8f9
3157c8f
0dd5c23
 
3157c8f
 
 
 
7963763
3157c8f
 
 
 
 
 
 
 
 
f7ee8f9
3157c8f
fff0f24
 
3157c8f
 
 
 
efc9f72
3157c8f
 
 
 
 
fff0f24
3157c8f
 
 
 
 
 
 
 
 
 
 
 
 
 
bbfa078
 
3157c8f
 
 
 
 
 
7963763
 
3157c8f
 
 
 
 
 
efc9f72
 
3157c8f
 
f7ee8f9
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
---
language:
- en
license: mit
size_categories:
- 10K<n<100K
task_categories:
- translation
- summarization
- text-generation
dataset_info:
- config_name: default
  features:
  - name: x
    dtype: string
  - name: y
    dtype: string
  splits:
  - name: train
    num_bytes: 98465532
    num_examples: 50000
  - name: valid
    num_bytes: 10120970
    num_examples: 5000
  - name: test
    num_bytes: 200120
    num_examples: 100
  download_size: 66841138
  dataset_size: 108786622
- config_name: dialogue
  features:
  - name: y
    dtype: string
  - name: x
    dtype: string
  splits:
  - name: train
    num_bytes: 6089377
    num_examples: 50000
  - name: validation
    num_bytes: 613073
    num_examples: 5000
  - name: test
    num_bytes: 10959
    num_examples: 100
  download_size: 4347985
  dataset_size: 6713409
- config_name: summarization
  features:
  - name: y
    dtype: string
  - name: x
    dtype: string
  splits:
  - name: train
    num_bytes: 98465532
    num_examples: 50000
  - name: validation
    num_bytes: 10120970
    num_examples: 5000
  - name: test
    num_bytes: 200120
    num_examples: 100
  download_size: 66841138
  dataset_size: 108786622
- config_name: translation
  features:
  - name: y
    dtype: string
  - name: x
    dtype: string
  splits:
  - name: train
    num_bytes: 13498415
    num_examples: 50000
  - name: validation
    num_bytes: 1368896
    num_examples: 5000
  - name: test
    num_bytes: 26632
    num_examples: 100
  download_size: 8542651
  dataset_size: 14893943
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
- config_name: dialogue
  data_files:
  - split: train
    path: dialogue/train-*
  - split: validation
    path: dialogue/validation-*
  - split: test
    path: dialogue/test-*
- config_name: summarization
  data_files:
  - split: train
    path: summarization/train-*
  - split: validation
    path: summarization/validation-*
  - split: test
    path: summarization/test-*
- config_name: translation
  data_files:
  - split: train
    path: translation/train-*
  - split: validation
    path: translation/validation-*
  - split: test
    path: translation/test-*
---