Datasets:
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
@@ -49,6 +49,20 @@ dataset_info:
|
|
49 |
num_examples: 1973817
|
50 |
download_size: 240974172
|
51 |
dataset_size: 420403926
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
configs:
|
53 |
- config_name: all-corpus
|
54 |
data_files:
|
@@ -62,6 +76,10 @@ configs:
|
|
62 |
data_files:
|
63 |
- split: train
|
64 |
path: news4vip/train-*
|
|
|
|
|
|
|
|
|
65 |
---
|
66 |
# おーぷん2ちゃんねる対話コーパス
|
67 |
|
|
|
49 |
num_examples: 1973817
|
50 |
download_size: 240974172
|
51 |
dataset_size: 420403926
|
52 |
+
- config_name: newsplus
|
53 |
+
features:
|
54 |
+
- name: dialogue
|
55 |
+
sequence:
|
56 |
+
- name: speaker
|
57 |
+
dtype: int8
|
58 |
+
- name: content
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_bytes: 56071294
|
63 |
+
num_examples: 217296
|
64 |
+
download_size: 32368053
|
65 |
+
dataset_size: 56071294
|
66 |
configs:
|
67 |
- config_name: all-corpus
|
68 |
data_files:
|
|
|
76 |
data_files:
|
77 |
- split: train
|
78 |
path: news4vip/train-*
|
79 |
+
- config_name: newsplus
|
80 |
+
data_files:
|
81 |
+
- split: train
|
82 |
+
path: newsplus/train-*
|
83 |
---
|
84 |
# おーぷん2ちゃんねる対話コーパス
|
85 |
|