Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
pipeline_tag: zero-shot-classification
|
| 10 |
|
| 11 |
---
|
|
|
|
|
|
|
| 12 |
# DeBERTa-v3-base-mnli-fever-anli
|
| 13 |
## Model description
|
| 14 |
This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
|
|
|
|
| 9 |
pipeline_tag: zero-shot-classification
|
| 10 |
|
| 11 |
---
|
| 12 |
+
This specific model builds on the repo MoritzLaurer/DeBERTa-v3-base-mnli and adds a handler.py file for more easily utilizing the model in inference endpoints to make zero shot classification comparisons of premise and hypothesis as entailment, neutral, or contradiction.
|
| 13 |
+
|
| 14 |
# DeBERTa-v3-base-mnli-fever-anli
|
| 15 |
## Model description
|
| 16 |
This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
|