Commit
·
a74c16f
1
Parent(s):
2915547
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (2cfd4c9c97133508a3217c68794276d3c3a6b934)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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.
|