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
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ model-index:
|
|
| 42 |
name: Weighted F1 # Optional. Example: Test WER
|
| 43 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 44 |
value: 0.84 # Required. Example: 20.90
|
| 45 |
-
name:
|
| 46 |
- task:
|
| 47 |
type: text-classification # Required. Example: automatic-speech-recognition
|
| 48 |
name: Text Classification # Optional. Example: Speech Recognition
|
|
@@ -66,7 +66,7 @@ model-index:
|
|
| 66 |
name: Weighted F1 # Optional. Example: Test WER
|
| 67 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 68 |
value: 0.84 # Required. Example: 20.90
|
| 69 |
-
name:
|
| 70 |
|
| 71 |
---
|
| 72 |
|
|
|
|
| 42 |
name: Weighted F1 # Optional. Example: Test WER
|
| 43 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 44 |
value: 0.84 # Required. Example: 20.90
|
| 45 |
+
name: Macro F1 # Optional. Example: Test WER
|
| 46 |
- task:
|
| 47 |
type: text-classification # Required. Example: automatic-speech-recognition
|
| 48 |
name: Text Classification # Optional. Example: Speech Recognition
|
|
|
|
| 66 |
name: Weighted F1 # Optional. Example: Test WER
|
| 67 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 68 |
value: 0.84 # Required. Example: 20.90
|
| 69 |
+
name: Macro F1 # Optional. Example: Test WER
|
| 70 |
|
| 71 |
---
|
| 72 |
|