p1atdev commited on
Commit
f34e30c
·
1 Parent(s): f1bc461

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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
+ ```