Text Classification
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
custom_code
Instructions to use ltg/norbert3-large_sentence-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ltg/norbert3-large_sentence-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ltg/norbert3-large_sentence-sentiment", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("ltg/norbert3-large_sentence-sentiment", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ The model 'NorbertForSequenceClassification' is not supported for text-classific
|
|
| 51 |
- num_train_epochs: 10 (best epoch 2)
|
| 52 |
|
| 53 |
## Evaluation
|
| 54 |
-
|
|
| 55 |
|:----------------|---------:|----:|
|
| 56 |
| Negative_F1 | 0.670241 |<img width=400/> |
|
| 57 |
| Positive_F1 | 0.832918 | |
|
|
|
|
| 51 |
- num_train_epochs: 10 (best epoch 2)
|
| 52 |
|
| 53 |
## Evaluation
|
| 54 |
+
| Category | F1 | |
|
| 55 |
|:----------------|---------:|----:|
|
| 56 |
| Negative_F1 | 0.670241 |<img width=400/> |
|
| 57 |
| Positive_F1 | 0.832918 | |
|