Update README.md
Browse files
README.md
CHANGED
|
@@ -9,11 +9,11 @@ task_categories:
|
|
| 9 |
- summarization
|
| 10 |
- text-generation
|
| 11 |
dataset_info:
|
| 12 |
-
- config_name:
|
| 13 |
features:
|
| 14 |
- name: x
|
| 15 |
dtype: string
|
| 16 |
-
- name: y
|
| 17 |
dtype: string
|
| 18 |
splits:
|
| 19 |
- name: train
|
|
@@ -29,10 +29,10 @@ dataset_info:
|
|
| 29 |
dataset_size: 108786622
|
| 30 |
- config_name: dialogue
|
| 31 |
features:
|
| 32 |
-
- name: y
|
| 33 |
-
dtype: string
|
| 34 |
- name: x
|
| 35 |
dtype: string
|
|
|
|
|
|
|
| 36 |
splits:
|
| 37 |
- name: train
|
| 38 |
num_bytes: 6089377
|
|
@@ -47,10 +47,10 @@ dataset_info:
|
|
| 47 |
dataset_size: 6713409
|
| 48 |
- config_name: summarization
|
| 49 |
features:
|
| 50 |
-
- name: y
|
| 51 |
-
dtype: string
|
| 52 |
- name: x
|
| 53 |
dtype: string
|
|
|
|
|
|
|
| 54 |
splits:
|
| 55 |
- name: train
|
| 56 |
num_bytes: 98465532
|
|
@@ -63,24 +63,6 @@ dataset_info:
|
|
| 63 |
num_examples: 100
|
| 64 |
download_size: 66841138
|
| 65 |
dataset_size: 108786622
|
| 66 |
-
- config_name: translation
|
| 67 |
-
features:
|
| 68 |
-
- name: y
|
| 69 |
-
dtype: string
|
| 70 |
-
- name: x
|
| 71 |
-
dtype: string
|
| 72 |
-
splits:
|
| 73 |
-
- name: train
|
| 74 |
-
num_bytes: 13498415
|
| 75 |
-
num_examples: 50000
|
| 76 |
-
- name: validation
|
| 77 |
-
num_bytes: 1368896
|
| 78 |
-
num_examples: 5000
|
| 79 |
-
- name: test
|
| 80 |
-
num_bytes: 26632
|
| 81 |
-
num_examples: 100
|
| 82 |
-
download_size: 8542651
|
| 83 |
-
dataset_size: 14893943
|
| 84 |
configs:
|
| 85 |
- config_name: default
|
| 86 |
data_files:
|
|
@@ -115,3 +97,25 @@ configs:
|
|
| 115 |
- split: test
|
| 116 |
path: translation/test-*
|
| 117 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- summarization
|
| 10 |
- text-generation
|
| 11 |
dataset_info:
|
| 12 |
+
- config_name: translation
|
| 13 |
features:
|
| 14 |
- name: x
|
| 15 |
dtype: string
|
| 16 |
+
- name: 'y'
|
| 17 |
dtype: string
|
| 18 |
splits:
|
| 19 |
- name: train
|
|
|
|
| 29 |
dataset_size: 108786622
|
| 30 |
- config_name: dialogue
|
| 31 |
features:
|
|
|
|
|
|
|
| 32 |
- name: x
|
| 33 |
dtype: string
|
| 34 |
+
- name: 'y'
|
| 35 |
+
dtype: string
|
| 36 |
splits:
|
| 37 |
- name: train
|
| 38 |
num_bytes: 6089377
|
|
|
|
| 47 |
dataset_size: 6713409
|
| 48 |
- config_name: summarization
|
| 49 |
features:
|
|
|
|
|
|
|
| 50 |
- name: x
|
| 51 |
dtype: string
|
| 52 |
+
- name: 'y'
|
| 53 |
+
dtype: string
|
| 54 |
splits:
|
| 55 |
- name: train
|
| 56 |
num_bytes: 98465532
|
|
|
|
| 63 |
num_examples: 100
|
| 64 |
download_size: 66841138
|
| 65 |
dataset_size: 108786622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
configs:
|
| 67 |
- config_name: default
|
| 68 |
data_files:
|
|
|
|
| 97 |
- split: test
|
| 98 |
path: translation/test-*
|
| 99 |
---
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
# Dataset Card for "GenMix50k"
|
| 103 |
+
|
| 104 |
+
### Dataset Summary
|
| 105 |
+
|
| 106 |
+
### Data Field
|
| 107 |
+
- x: Input Sequence
|
| 108 |
+
- y: Label Sequence
|
| 109 |
+
|
| 110 |
+
### Data Split
|
| 111 |
+
- train: 50000
|
| 112 |
+
- val: 5000
|
| 113 |
+
- test: 100
|
| 114 |
+
|
| 115 |
+
### Language
|
| 116 |
+
English
|
| 117 |
+
|
| 118 |
+
### Source Data
|
| 119 |
+
- Translation: WMT-14 En-De
|
| 120 |
+
- Dialogue: Daily Dialogue
|
| 121 |
+
- Summarizaiton: CNN Daily Mail
|