Text Classification
Transformers
PyTorch
Romanian
bert
sentiment
classification
romanian
nlp
Eval Results (legacy)
text-embeddings-inference
Instructions to use readerbench/ro-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use readerbench/ro-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="readerbench/ro-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("readerbench/ro-sentiment") model = AutoModelForSequenceClassification.from_pretrained("readerbench/ro-sentiment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
477fe92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4f92baca7178a039e0ce88a2b6fcfc958d64a62b468dd563b9e40549e34e6bd
size 4027
|