Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,23 @@ configs:
|
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: data/train-*
|
39 |
+
license: cc-by-4.0
|
40 |
+
task_categories:
|
41 |
+
- text-classification
|
42 |
+
- summarization
|
43 |
+
language:
|
44 |
+
- am
|
45 |
+
size_categories:
|
46 |
+
- 10K<n<100K
|
47 |
---
|
48 |
+
The original csv file can be found in this git repository https://github.com/IsraelAbebe/An-Amharic-News-Text-classification-Dataset
|
49 |
+
|
50 |
+
This amharic text dataset can be used to train/finetune a model for the following tasks
|
51 |
+
* **classification** : using the categories
|
52 |
+
* **summarization** : using the headlines
|
53 |
+
|
54 |
+
Here is a github repo that contains two notebooks that use this dataset to finetune the following models
|
55 |
+
* [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) : a multilingual transformer model with `280M parameters`
|
56 |
+
* [bert-mini-amharic](rasyosef/bert-mini-amharic) : a new amharic language model with `7.8M parameters`
|
57 |
+
|
58 |
+
https://github.com/rasyosef/amharic-news-category-classification
|