Commit
•
64ccaa0
1
Parent(s):
696d3f3
Fix task tags (#1)
Browse files- Fix task tags (ecdb469a4e51ff8fbe684b38a7af7afb9e9257b1)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -5,12 +5,12 @@ multilinguality:
|
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
- conversational
|
8 |
-
- dialog-response-generation
|
9 |
-
- open-dialogue
|
10 |
task_ids:
|
11 |
-
-
|
12 |
-
|
|
|
13 |
- open-dialogue
|
|
|
14 |
---
|
15 |
|
16 |
This is the open dialogue datasets collected by TextBox, including:
|
|
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
- conversational
|
|
|
|
|
8 |
task_ids:
|
9 |
+
- dialogue-generation
|
10 |
+
tags:
|
11 |
+
- dialogue-response-generation
|
12 |
- open-dialogue
|
13 |
+
- dialog-response-generation
|
14 |
---
|
15 |
|
16 |
This is the open dialogue datasets collected by TextBox, including:
|