Datasets:
Commit
·
944446b
1
Parent(s):
9d7e2b0
Fix task tags (#4)
Browse files- Fix task tags (73145f6e2708813a5022d6f085540b05f649a7c8)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -109,12 +109,13 @@ size_categories:
|
|
| 109 |
source_datasets:
|
| 110 |
- original
|
| 111 |
task_categories:
|
| 112 |
-
-
|
| 113 |
- translation
|
| 114 |
-
task_ids:
|
| 115 |
-
- machine-translation
|
| 116 |
paperswithcode_id: ccmatrix
|
| 117 |
pretty_name: CCMatrixV1
|
|
|
|
|
|
|
| 118 |
---
|
| 119 |
|
| 120 |
# Dataset Card for CCMatrix v1
|
|
|
|
| 109 |
source_datasets:
|
| 110 |
- original
|
| 111 |
task_categories:
|
| 112 |
+
- text2text-generation
|
| 113 |
- translation
|
| 114 |
+
task_ids: []
|
|
|
|
| 115 |
paperswithcode_id: ccmatrix
|
| 116 |
pretty_name: CCMatrixV1
|
| 117 |
+
tags:
|
| 118 |
+
- conditional-text-generation
|
| 119 |
---
|
| 120 |
|
| 121 |
# Dataset Card for CCMatrix v1
|