Update README.md
Browse files
README.md
CHANGED
|
@@ -56,27 +56,23 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
| 56 |
'sequence': 'ከሀገራቸው ከኢትዮጵያ ከወጡ ግማሽ ምዕተ ዘመናት ተቆጥሯል ።'}]
|
| 57 |
```
|
| 58 |
|
| 59 |
-
#
|
| 60 |
-
The model was finetuned on the [amharic-sentiment](https://huggingface.co/datasets/rasyosef/amharic-sentiment)
|
| 61 |
-
dataset to classify the given text as having `positive` or `negative` sentiment
|
| 62 |
|
| 63 |
-
|
| 64 |
-
| --- | ------------- | -------- | --------- | ------ | -- |
|
| 65 |
-
|bert-medium-amharic|40.5M|0.83|0.83|0.82|0.83|
|
| 66 |
-
|bert-small-amharic|27.8M|0.83|0.83|0.82|0.83|
|
| 67 |
-
|bert-mini-amharic|10.7M|0.81|0.81|0.81|0.81|
|
| 68 |
-
|**bert-tiny-amharic**|4.18M|0.79|0.79|0.79|0.79|
|
| 69 |
-
|xlm-roberta-base|279M|0.83|0.83|0.83|0.83|
|
| 70 |
-
|am-roberta|443M|0.82|0.83|0.82|0.82|
|
| 71 |
|
| 72 |
-
|
| 73 |
-
|
|
|
|
|
|
|
| 74 |
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
|
| 79 |
-
|
|
| 80 |
-
|
|
| 81 |
-
|
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
'sequence': 'ከሀገራቸው ከኢትዮጵያ ከወጡ ግማሽ ምዕተ ዘመናት ተቆጥሯል ።'}]
|
| 57 |
```
|
| 58 |
|
| 59 |
+
# Finetuning
|
|
|
|
|
|
|
| 60 |
|
| 61 |
+
This model was finetuned and evaluated on the following **Amharic NLP** tasks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
+
- Sentiment Classification
|
| 64 |
+
- Dataset: [amharic-sentiment](https://huggingface.co/datasets/rasyosef/amharic-sentiment)
|
| 65 |
+
- Named Entity Recognition
|
| 66 |
+
- Dataset: [amharic-named-entity-recognition](https://huggingface.co/datasets/rasyosef/amharic-named-entity-recognition)
|
| 67 |
|
| 68 |
+
### Finetuned Model Performance
|
| 69 |
+
The reported F1 scores are macro averages.
|
| 70 |
+
|
| 71 |
+
|Model|Size (# params)| Perplexity|Sentiment (F1)| Named Entity Recognition (F1)|
|
| 72 |
+
|-----|---------------|-----------|--------------|------------------------------|
|
| 73 |
+
|bert-medium-amharic|40.5M|13.74|0.83|0.68|
|
| 74 |
+
|bert-small-amharic|27.8M|15.96|0.83|0.68|
|
| 75 |
+
|bert-mini-amharic|10.7M|22.42|0.81|0.64|
|
| 76 |
+
|**bert-tiny-amharic**|**4.18M**|**71.52**|**0.79**|**0.54**|
|
| 77 |
+
|xlm-roberta-base|279M||0.83|0.73|
|
| 78 |
+
|am-roberta|443M||0.82|0.69|
|