Instructions to use rti-international/rota with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rti-international/rota with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rti-international/rota")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rti-international/rota") model = AutoModelForSequenceClassification.from_pretrained("rti-international/rota") - Notebooks
- Google Colab
- Kaggle
Commit History
Add link to Hugging Face Spaces associated with app 114f677
Update README.md 4991a96
Update README.md 6f00df6
upload flax model f41c751
allow flax 2b06253
update readme 754f517
Peter B commited on
final model update b5956de
Peter B commited on
add badges 3b2813e
Peter B commited on
initial commit (old model) 5fae609
Peter B commited on