Commit
•
976d9a1
1
Parent(s):
7360de8
Fix task tags (#2)
Browse files- Fix task tags (0e63449e66b61cc7540bfed6b6f4e9c58de17635)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -6,9 +6,10 @@ size_categories:
|
|
6 |
source_datasets:
|
7 |
- nli_tr
|
8 |
task_categories:
|
9 |
-
- text-
|
10 |
task_ids:
|
11 |
- semantic-similarity-scoring
|
|
|
12 |
---
|
13 |
# NLI-TR for Supervised SimCSE
|
14 |
|
|
|
6 |
source_datasets:
|
7 |
- nli_tr
|
8 |
task_categories:
|
9 |
+
- text-classification
|
10 |
task_ids:
|
11 |
- semantic-similarity-scoring
|
12 |
+
- text-scoring
|
13 |
---
|
14 |
# NLI-TR for Supervised SimCSE
|
15 |
|