Instructions to use JoshuaAAX/roberta-base-binary-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoshuaAAX/roberta-base-binary-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JoshuaAAX/roberta-base-binary-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JoshuaAAX/roberta-base-binary-classification") model = AutoModelForSequenceClassification.from_pretrained("JoshuaAAX/roberta-base-binary-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
627ad27 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b5e800a2003ff1e91e64831d682560c39aa0c6ac11f0395cee642babfd62c107
size 5777
|