Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,37 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
3 |
language:
|
4 |
- is
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
-
This model is a fine-tuned version of [jonfd/electra-base-igc-is](https://huggingface.co/jonfd/electra-base-igc-is), for sentiment analysis. It was trained using [IMDb movie reviews](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews/data) translated into Icelandic using Google Translate.
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
base_model: jonfd/electra-base-igc-is
|
4 |
language:
|
5 |
- is
|
6 |
+
datasets:
|
7 |
+
- Sigurdur/imdb-isl-google-translate
|
8 |
+
pipeline_tag: text-classification
|
9 |
---
|
10 |
|
11 |
+
# Electra Icelandic Sentiment Analysis
|
|
|
12 |
|
13 |
+
## Model Description
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [jonfd/electra-base-igc-is](https://huggingface.co/jonfd/electra-base-igc-is), for sentiment analysis. It was trained using a [IMDb movie reviews](https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews/data) translated into Icelandic using Google Translate.
|
16 |
+
|
17 |
+
## Model Sources
|
18 |
+
|
19 |
+
- **Repository**: https://github.com/cadia-lvl/sentiment-analysis
|
20 |
+
- **Paper**: https://skemman.is/bitstream/1946/46224/1/FinalReport.pdf
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
|
24 |
+
**BibTeX:**
|
25 |
+
|
26 |
+
```tex
|
27 |
+
@techreport{Johannsson2023,
|
28 |
+
title = {Evaluating Icelandic Sentiment Analysis Models Trained on Translated Data},
|
29 |
+
author = {脫lafur Aron Johannsson and Birkir Arndal and Eysteinn 脰rn},
|
30 |
+
year = {2023},
|
31 |
+
institution = {University of Reykjavik},
|
32 |
+
department = {Department of Computer Science},
|
33 |
+
month = {12},
|
34 |
+
day = {15},
|
35 |
+
note = {Supervised by Stef谩n 脫lafsson and Hrafn Loftsson, Examined by Sigurj贸n Ingi Gar冒arsson}
|
36 |
+
}
|
37 |
+
```
|