Update README.md
Browse files
README.md
CHANGED
@@ -8,3 +8,17 @@ datasets:
|
|
8 |
- ltg/norec_sentence
|
9 |
pipeline_tag: text-classification
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- ltg/norec_sentence
|
9 |
pipeline_tag: text-classification
|
10 |
---
|
11 |
+
|
12 |
+
# Sentence-level Sentiment Analysis model for Norwegian text
|
13 |
+
This model is a fine-tuned version of [ltg/norbert3-base](https://huggingface.co/ltg/norbert3-base) for text classification.
|
14 |
+
|
15 |
+
## Training data
|
16 |
+
The dataset used for fine-tuning is [ltg/norec_sentence](https://huggingface.co/datasets/ltg/norec_sentence), the `mixed`subset with four sentement categories:
|
17 |
+
```
|
18 |
+
[0]: Negative,
|
19 |
+
[1]: Positive,
|
20 |
+
[2]: Neutral
|
21 |
+
[0,1]: Mixed
|
22 |
+
```
|
23 |
+
## Quick start
|
24 |
+
|