Instructions to use RyuExcalibur/bart-large-mnli-aitools with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyuExcalibur/bart-large-mnli-aitools with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RyuExcalibur/bart-large-mnli-aitools")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RyuExcalibur/bart-large-mnli-aitools") model = AutoModelForSequenceClassification.from_pretrained("RyuExcalibur/bart-large-mnli-aitools") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (2f4086714aac36de629be4e1050a831a351054d8)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:054a2a0abcfa78328288504bb3070f75a7ee77eb5af927d6076aa696727043ad
|
| 3 |
+
size 1629437324
|