Instructions to use AlexKoff88/bert_nm_mnli_sparse_quantized_90 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexKoff88/bert_nm_mnli_sparse_quantized_90 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AlexKoff88/bert_nm_mnli_sparse_quantized_90")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AlexKoff88/bert_nm_mnli_sparse_quantized_90") model = AutoModelForSequenceClassification.from_pretrained("AlexKoff88/bert_nm_mnli_sparse_quantized_90") - Notebooks
- Google Colab
- Kaggle
Commit ·
e1e0f15
1
Parent(s): 7f68639
Upload OpenVINO_icon_RGB.bin
Browse files- OpenVINO_icon_RGB.bin +3 -0
OpenVINO_icon_RGB.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a595867e93faf88b461990e2ece83b78721133fcb29c7ca6ce82c6a6046d4539
|
| 3 |
+
size 1786
|