Instructions to use ruanchaves/mdeberta-v3-base-assin-entailment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruanchaves/mdeberta-v3-base-assin-entailment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ruanchaves/mdeberta-v3-base-assin-entailment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ruanchaves/mdeberta-v3-base-assin-entailment") model = AutoModelForSequenceClassification.from_pretrained("ruanchaves/mdeberta-v3-base-assin-entailment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
24314f8
1
Parent(s): b49fa4f
Upload training_args.bin with huggingface_hub
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:710b0dc53ce42cb42fba22db2bf88aa918b763741291a0d5c54a949fc54f541c
|
| 3 |
+
size 3695
|