Instructions to use Xenova/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('zero-shot-classification', 'Xenova/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7');
[Automated] Update base model metadata
Browse filesSet base model to "MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7"
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
pipeline_tag: zero-shot-classification
|
| 4 |
---
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7
|
| 3 |
+
library_name: transformers.js
|
| 4 |
pipeline_tag: zero-shot-classification
|
| 5 |
---
|
| 6 |
|