Instructions to use uhhlt/roberta-binary-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uhhlt/roberta-binary-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="uhhlt/roberta-binary-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("uhhlt/roberta-binary-classifier") model = AutoModelForSequenceClassification.from_pretrained("uhhlt/roberta-binary-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 73b65f6fb3557d0db15c9b4025bf03371d42a891faac857a9b9727c0604a3333
- Size of remote file:
- 1.42 GB
- SHA256:
- bdd34d1112b792cd97d28ec90b26932986f69ab331dfb2388c5b4e748bc18921
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.