Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
|
|
|
4 |
- deberta-v1
|
5 |
- deberta-mnli
|
6 |
tasks: mnli
|
7 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
8 |
-
license: mit
|
9 |
pipeline_tag: zero-shot-classification
|
|
|
10 |
---
|
11 |
|
12 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the GLUE MNLI dataset.
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
- deberta-v1
|
6 |
- deberta-mnli
|
7 |
tasks: mnli
|
8 |
thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
|
|
9 |
pipeline_tag: zero-shot-classification
|
10 |
+
base_model: microsoft/deberta-v3-large
|
11 |
---
|
12 |
|
13 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the GLUE MNLI dataset.
|