Instructions to use roscazo/roberta_unbalanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roscazo/roberta_unbalanced with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaClass tokenizer = AutoTokenizer.from_pretrained("roscazo/roberta_unbalanced") model = RobertaClass.from_pretrained("roscazo/roberta_unbalanced") - Notebooks
- Google Colab
- Kaggle