Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- 'no'
|
| 4 |
+
---
|
| 5 |
+
## Model Description
|
| 6 |
+
This model builds upon the pre-trained NB-BERT model developed by Nasjonalbibloteket, which is designed to handle the nuances of the Norwegian language. The fine-tuning process tailored the model to understand and classify the sentiment of Norwegian governmental communications, particularly during the COVID-19 pandemic
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
## Use cases
|
| 10 |
+
Sentiment Analysis of Governmental Communication:
|
| 11 |
+
Objective: Analyze and classify the sentiment of official governmental communications from Norwegian authorities.
|
| 12 |
+
Example: Categorizing tweets from the Norwegian health department and government announcements to understand public sentiment trends.
|
| 13 |
+
|
| 14 |
+
## Limitations
|
| 15 |
+
The model is fine-tuned specifically for Norwegian
|
| 16 |
+
|
| 17 |
+
The model is only trained for government specific sentiment analysis
|
| 18 |
+
|
| 19 |
+
## Training data
|
| 20 |
+
Source: The datasets used include:
|
| 21 |
+
Twitter data from the Norwegian Health Department (Folkehelseinstituttet) and the government (Rejeringen).
|
| 22 |
+
A timeline dataset of the Norwegian government's handling of the COVID-19 pandemic.
|
| 23 |
+
The labeling process utilized a combination of Chatgpt4 and manuel corrections, the fine-tuning is included
|
| 24 |
+
|
| 25 |
+
## Credit
|
| 26 |
+
This work builds upon the NB-BERT model. For more information on the original NB-BERT model, please refer to the Nasjonalbibloteket community’s publication: https://github.com/NBAiLab/notram
|