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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
477fe92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e5db7aef3157ced6ae697f5b2f63487ff92ab5949bfb1e38968452a4eaacbc09
size 460324657
|