Spaces:
Running on Zero
Running on Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,14 +11,9 @@ pinned: false
|
|
| 11 |
|
| 12 |
# π Amharic Poetry Joint Theme Classifier
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
- π― **Joint Classification**: Predicts both dominant theme and multiple overlapping themes
|
| 19 |
-
- π€ **Multi-Model Support**: Rasyosef-RoBERTa and AfroXLM-R models
|
| 20 |
-
- π¨ **Interactive UI**: User-friendly Gradio interface with sample poems
|
| 21 |
-
- π **Visual Results**: Probability charts with confidence scores
|
| 22 |
|
| 23 |
## π Thematic Categories
|
| 24 |
|
|
@@ -31,24 +26,17 @@ Classify Amharic poetry into six thematic categories using transformer-based mod
|
|
| 31 |
| 5 | Historical Poetry | α³αͺα«α αα₯α |
|
| 32 |
| 6 | Love Poetry | α¨αα
α αα₯α |
|
| 33 |
|
| 34 |
-
## π How to Use
|
| 35 |
-
|
| 36 |
-
1. **Enter Text**: Paste an Amharic poem in the text box
|
| 37 |
-
2. **Adjust Threshold**: Use the slider (default: 0.5) to control additional theme sensitivity
|
| 38 |
-
3. **Submit**: Click the "Submit" button
|
| 39 |
-
4. **View Results**: See the predicted theme with confidence scores and probability chart
|
| 40 |
-
|
| 41 |
## π Model Performance
|
| 42 |
|
| 43 |
-
|
|
| 44 |
-
|-------
|
| 45 |
-
|
|
| 46 |
-
|
|
|
|
|
| 47 |
|
| 48 |
## π Citation
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
@article{desta2026transformer,
|
| 53 |
title={Transformer-Based Joint Thematic Classification for Amharic Poetry},
|
| 54 |
author={Desta, Abinet Bizuayehu and Beyene, Million Meshesha and
|
|
|
|
| 11 |
|
| 12 |
# π Amharic Poetry Joint Theme Classifier
|
| 13 |
|
| 14 |
+
**Transformer-Based Joint Thematic Classification for Amharic Poetry**
|
| 15 |
|
| 16 |
+
Classify Amharic poetry into six thematic categories using a multi-task transformer model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## π Thematic Categories
|
| 19 |
|
|
|
|
| 26 |
| 5 | Historical Poetry | α³αͺα«α αα₯α |
|
| 27 |
| 6 | Love Poetry | α¨αα
α αα₯α |
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
## π Model Performance
|
| 30 |
|
| 31 |
+
| Metric | Score |
|
| 32 |
+
|--------|-------|
|
| 33 |
+
| Dominant Theme Accuracy | 77.15% |
|
| 34 |
+
| Multi-label Macro F1 | 81.79% |
|
| 35 |
+
| Parameters | 112.5M |
|
| 36 |
|
| 37 |
## π Citation
|
| 38 |
|
| 39 |
+
```bibtex
|
|
|
|
| 40 |
@article{desta2026transformer,
|
| 41 |
title={Transformer-Based Joint Thematic Classification for Amharic Poetry},
|
| 42 |
author={Desta, Abinet Bizuayehu and Beyene, Million Meshesha and
|