Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,18 @@ pipeline_tag: zero-shot-classification
|
|
11 |
# Model Card for Model ID
|
12 |
|
13 |
Work in progress
|
14 |
-
ModernBERT fine-tuned on tasksource NLI tasks (>20 nli datasets, including MNLI, ANLI, SICK, WANLI, doc-nli, LingNLI, FOLIO, FOL-NLI, LogicNLI, Label-NLI...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# Model Card for Model ID
|
12 |
|
13 |
Work in progress
|
14 |
+
ModernBERT fine-tuned on tasksource NLI tasks (>20 nli datasets, including MNLI, ANLI, SICK, WANLI, doc-nli, LingNLI, FOLIO, FOL-NLI, LogicNLI, Label-NLI...)
|
15 |
+
|
16 |
+
```
|
17 |
+
@inproceedings{sileo-2024-tasksource,
|
18 |
+
title = "tasksource: A Large Collection of {NLP} tasks with a Structured Dataset Preprocessing Framework",
|
19 |
+
author = "Sileo, Damien",
|
20 |
+
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
|
21 |
+
month = may,
|
22 |
+
year = "2024",
|
23 |
+
address = "Torino, Italia",
|
24 |
+
publisher = "ELRA and ICCL",
|
25 |
+
url = "https://aclanthology.org/2024.lrec-main.1361",
|
26 |
+
pages = "15655--15684",
|
27 |
+
}
|
28 |
+
```
|