Update README.md
Browse files
README.md
CHANGED
@@ -58,12 +58,14 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
58 |
|
59 |
# Finetuning
|
60 |
|
61 |
-
This model was finetuned and evaluated on the following
|
62 |
|
63 |
-
- Sentiment Classification
|
64 |
- Dataset: [amharic-sentiment](https://huggingface.co/datasets/rasyosef/amharic-sentiment)
|
65 |
-
-
|
|
|
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.
|
|
|
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 |
+
- Code: https://github.com/rasyosef/amharic-sentiment-classification
|
66 |
+
- **Named Entity Recognition**
|
67 |
- Dataset: [amharic-named-entity-recognition](https://huggingface.co/datasets/rasyosef/amharic-named-entity-recognition)
|
68 |
+
- Code: https://github.com/rasyosef/amharic-named-entity-recognition
|
69 |
|
70 |
### Finetuned Model Performance
|
71 |
The reported F1 scores are macro averages.
|