Datasets:
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10M - 100M
Tags:
Not-For-All-Audiences
License:
Update README.md
Browse files
README.md
CHANGED
@@ -118,6 +118,11 @@ configs:
|
|
118 |
data_files:
|
119 |
- split: train
|
120 |
path: newsplus/train-*
|
|
|
|
|
|
|
|
|
|
|
121 |
---
|
122 |
# おーぷん2ちゃんねる対話コーパス
|
123 |
|
@@ -200,4 +205,4 @@ print(ds["train"][0])
|
|
200 |
# })
|
201 |
# })
|
202 |
# {'dialogue': {'speaker': [1, 2], 'content': ['実況スレをたてる', 'おんj民の鑑']}, 'board': 'livejupiter'}
|
203 |
-
```
|
|
|
118 |
data_files:
|
119 |
- split: train
|
120 |
path: newsplus/train-*
|
121 |
+
task_categories:
|
122 |
+
- text-generation
|
123 |
+
- text2text-generation
|
124 |
+
tags:
|
125 |
+
- not-for-all-audiences
|
126 |
---
|
127 |
# おーぷん2ちゃんねる対話コーパス
|
128 |
|
|
|
205 |
# })
|
206 |
# })
|
207 |
# {'dialogue': {'speaker': [1, 2], 'content': ['実況スレをたてる', 'おんj民の鑑']}, 'board': 'livejupiter'}
|
208 |
+
```
|