Datasets:
Commit
•
79fc59f
1
Parent(s):
728a305
Fix task tags (#2)
Browse files- Fix task tags (0c112b861b9c5ed7ac6b128dd4d825a3ca58a278)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -20,10 +20,10 @@ source_datasets:
|
|
20 |
- https://github.com/pluto-junzeng/CNSD
|
21 |
task_categories:
|
22 |
- text-classification
|
23 |
-
- text-scoring
|
24 |
task_ids:
|
25 |
- natural-language-inference
|
26 |
- semantic-similarity-scoring
|
|
|
27 |
paperswithcode_id: snli
|
28 |
pretty_name: Stanford Natural Language Inference
|
29 |
---
|
|
|
20 |
- https://github.com/pluto-junzeng/CNSD
|
21 |
task_categories:
|
22 |
- text-classification
|
|
|
23 |
task_ids:
|
24 |
- natural-language-inference
|
25 |
- semantic-similarity-scoring
|
26 |
+
- text-scoring
|
27 |
paperswithcode_id: snli
|
28 |
pretty_name: Stanford Natural Language Inference
|
29 |
---
|