Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,18 @@ license: apache-2.0
|
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: zero-shot-classification
|
|
|
|
|
|
|
9 |
---
|
10 |
|
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",
|
|
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: zero-shot-classification
|
9 |
+
datasets:
|
10 |
+
- nyu-mll/glue
|
11 |
+
- facebook/anli
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
15 |
|
|
|
16 |
ModernBERT fine-tuned on tasksource NLI tasks (>20 nli datasets, including MNLI, ANLI, SICK, WANLI, doc-nli, LingNLI, FOLIO, FOL-NLI, LogicNLI, Label-NLI...)
|
17 |
|
18 |
+
Work in progress.
|
19 |
+
|
20 |
+
|
21 |
```
|
22 |
@inproceedings{sileo-2024-tasksource,
|
23 |
title = "tasksource: A Large Collection of {NLP} tasks with a Structured Dataset Preprocessing Framework",
|