Datasets:
Commit
·
452e8b3
1
Parent(s):
ae03096
Fix task tags (#4)
Browse files- Fix task tags (d7aa705646ea2671bf2535f050fbd6e4055423f0)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -11,7 +11,6 @@ license:
|
|
| 11 |
- cc-by-4.0
|
| 12 |
multilinguality:
|
| 13 |
- translation
|
| 14 |
-
pretty_name: overlim
|
| 15 |
size_categories:
|
| 16 |
- unknown
|
| 17 |
source_datasets:
|
|
@@ -19,13 +18,15 @@ source_datasets:
|
|
| 19 |
- extended|super_glue
|
| 20 |
task_categories:
|
| 21 |
- text-classification
|
| 22 |
-
- text-scoring
|
| 23 |
task_ids:
|
| 24 |
- natural-language-inference
|
| 25 |
- semantic-similarity-classification
|
| 26 |
- sentiment-classification
|
| 27 |
-
- text-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
# Dataset Card for OverLim
|
|
|
|
| 11 |
- cc-by-4.0
|
| 12 |
multilinguality:
|
| 13 |
- translation
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- unknown
|
| 16 |
source_datasets:
|
|
|
|
| 18 |
- extended|super_glue
|
| 19 |
task_categories:
|
| 20 |
- text-classification
|
|
|
|
| 21 |
task_ids:
|
| 22 |
- natural-language-inference
|
| 23 |
- semantic-similarity-classification
|
| 24 |
- sentiment-classification
|
| 25 |
+
- text-scoring
|
| 26 |
+
pretty_name: overlim
|
| 27 |
+
tags:
|
| 28 |
+
- qa-nli
|
| 29 |
+
- paraphrase-identification
|
| 30 |
---
|
| 31 |
|
| 32 |
# Dataset Card for OverLim
|