Instructions to use skytree/roberta-base-relu-quantized-sst5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use skytree/roberta-base-relu-quantized-sst5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="skytree/roberta-base-relu-quantized-sst5")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("skytree/roberta-base-relu-quantized-sst5") model = AutoModelForSequenceClassification.from_pretrained("skytree/roberta-base-relu-quantized-sst5") - Notebooks
- Google Colab
- Kaggle
Upload accuracy_per_timestep.txt
Browse files
accuracy_per_timestep.txt
ADDED
|
File without changes
|