Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10M - 100M
Tags:
Not-For-All-Audiences
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -124,6 +124,31 @@ dataset_info:
|
|
| 124 |
num_examples: 139574
|
| 125 |
download_size: 19556120
|
| 126 |
dataset_size: 33387874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
configs:
|
| 128 |
- config_name: all-corpus
|
| 129 |
data_files:
|
|
@@ -157,6 +182,12 @@ configs:
|
|
| 157 |
data_files:
|
| 158 |
- split: train
|
| 159 |
path: newsplus-cleaned/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
tags:
|
| 161 |
- not-for-all-audiences
|
| 162 |
---
|
|
|
|
| 124 |
num_examples: 139574
|
| 125 |
download_size: 19556120
|
| 126 |
dataset_size: 33387874
|
| 127 |
+
- config_name: ranking
|
| 128 |
+
features:
|
| 129 |
+
- name: dialogue
|
| 130 |
+
sequence:
|
| 131 |
+
- name: speaker
|
| 132 |
+
dtype: int8
|
| 133 |
+
- name: content
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: next
|
| 136 |
+
struct:
|
| 137 |
+
- name: speaker
|
| 138 |
+
dtype: int8
|
| 139 |
+
- name: content
|
| 140 |
+
dtype: string
|
| 141 |
+
- name: random
|
| 142 |
+
sequence: string
|
| 143 |
+
splits:
|
| 144 |
+
- name: train
|
| 145 |
+
num_bytes: 1605628
|
| 146 |
+
num_examples: 2000
|
| 147 |
+
- name: test
|
| 148 |
+
num_bytes: 1604356
|
| 149 |
+
num_examples: 1953
|
| 150 |
+
download_size: 2127033
|
| 151 |
+
dataset_size: 3209984
|
| 152 |
configs:
|
| 153 |
- config_name: all-corpus
|
| 154 |
data_files:
|
|
|
|
| 182 |
data_files:
|
| 183 |
- split: train
|
| 184 |
path: newsplus-cleaned/train-*
|
| 185 |
+
- config_name: ranking
|
| 186 |
+
data_files:
|
| 187 |
+
- split: train
|
| 188 |
+
path: ranking/train-*
|
| 189 |
+
- split: test
|
| 190 |
+
path: ranking/test-*
|
| 191 |
tags:
|
| 192 |
- not-for-all-audiences
|
| 193 |
---
|