Instructions to use Lancelot53/roberta-antonym-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lancelot53/roberta-antonym-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Lancelot53/roberta-antonym-classifier", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Lancelot53/roberta-antonym-classifier") model = AutoModelForSequenceClassification.from_pretrained("Lancelot53/roberta-antonym-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload RobertaForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421495416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1df850aee8a4b988c8c0101fde40cf49df56f44e9bb6b135324dd127979655cb
|
| 3 |
size 1421495416
|