|
--- |
|
language: |
|
- 'no' |
|
- nb |
|
- nn |
|
license: cc-by-4.0 |
|
datasets: |
|
- ltg/norec_sentence |
|
pipeline_tag: text-classification |
|
--- |
|
|
|
# Sentence-level Sentiment Analysis model for Norwegian text |
|
This model is a fine-tuned version of [ltg/norbert3-base](https://huggingface.co/ltg/norbert3-base) for text classification. |
|
|
|
## Training data |
|
The dataset used for fine-tuning is [ltg/norec_sentence](https://huggingface.co/datasets/ltg/norec_sentence), the `mixed`subset with four sentement categories: |
|
``` |
|
[0]: Negative, |
|
[1]: Positive, |
|
[2]: Neutral |
|
[0,1]: Mixed |
|
``` |
|
## Quick start |
|
|
|
|