Sentence Similarity
Transformers
Safetensors
English
roberta
text-classification
sentiment
text-embeddings-inference
Instructions to use Burhan21/roberta-lora-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Burhan21/roberta-lora-sentiment with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Burhan21/roberta-lora-sentiment") model = AutoModelForSequenceClassification.from_pretrained("Burhan21/roberta-lora-sentiment") - Notebooks
- Google Colab
- Kaggle
Ctrl+K