Update README.md
Browse files
README.md
CHANGED
@@ -56,15 +56,15 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
56 |
|
57 |
# Finetuning
|
58 |
|
59 |
-
This model was finetuned and evaluated on the following
|
60 |
|
61 |
-
- Sentiment Classification
|
62 |
- Dataset: [amharic-sentiment](https://huggingface.co/datasets/rasyosef/amharic-sentiment)
|
63 |
- Code: https://github.com/rasyosef/amharic-sentiment-classification
|
64 |
-
- Named Entity Recognition
|
65 |
- Dataset: [amharic-named-entity-recognition](https://huggingface.co/datasets/rasyosef/amharic-named-entity-recognition)
|
66 |
- Code: https://github.com/rasyosef/amharic-named-entity-recognition
|
67 |
-
- News Category Classification
|
68 |
- Dataset: [amharic-news-category-classification](https://github.com/rasyosef/amharic-news-category-classification)
|
69 |
- Code: https://github.com/rasyosef/amharic-news-category-classification
|
70 |
|
@@ -82,8 +82,6 @@ The reported F1 scores are macro averages.
|
|
82 |
|
83 |
### Amharic News Category Classification
|
84 |
|
85 |
-
The following github repository contains a [notebook](https://github.com/rasyosef/amharic-news-category-classification/blob/main/%5Bbert-mini-amharic%5D%20Amharic%20News%20Category%20Classification.ipynb) that fine-tunes this model for an Amharic text classification task using the [amharic-news-category-classification](https://github.com/rasyosef/amharic-news-category-classification) dataset.
|
86 |
-
|
87 |
|Model|Size(# params)|Accuracy|Precision|Recall|F1|
|
88 |
|-----|--------------|--------|---------|------|--|
|
89 |
|bert-small-amharic|25.7M|0.89|0.86|0.87|0.86|
|
|
|
56 |
|
57 |
# Finetuning
|
58 |
|
59 |
+
This model was finetuned and evaluated on the following Amharic NLP tasks
|
60 |
|
61 |
+
- **Sentiment Classification**
|
62 |
- Dataset: [amharic-sentiment](https://huggingface.co/datasets/rasyosef/amharic-sentiment)
|
63 |
- Code: https://github.com/rasyosef/amharic-sentiment-classification
|
64 |
+
- **Named Entity Recognition**
|
65 |
- Dataset: [amharic-named-entity-recognition](https://huggingface.co/datasets/rasyosef/amharic-named-entity-recognition)
|
66 |
- Code: https://github.com/rasyosef/amharic-named-entity-recognition
|
67 |
+
- **News Category Classification**
|
68 |
- Dataset: [amharic-news-category-classification](https://github.com/rasyosef/amharic-news-category-classification)
|
69 |
- Code: https://github.com/rasyosef/amharic-news-category-classification
|
70 |
|
|
|
82 |
|
83 |
### Amharic News Category Classification
|
84 |
|
|
|
|
|
85 |
|Model|Size(# params)|Accuracy|Precision|Recall|F1|
|
86 |
|-----|--------------|--------|---------|------|--|
|
87 |
|bert-small-amharic|25.7M|0.89|0.86|0.87|0.86|
|