Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -15,14 +20,14 @@ tags: []
|
|
15 |
|
16 |
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
-
This
|
19 |
|
20 |
- **Developed by:** [More Information Needed]
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
@@ -79,7 +84,7 @@ Use the code below to get started with the model.
|
|
79 |
|
80 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
|
82 |
-
|
83 |
|
84 |
### Training Procedure
|
85 |
|
|
|
1 |
---
|
2 |
+
language: am
|
3 |
+
library_name: pytorch
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- amharic
|
7 |
+
- semantic-classification
|
8 |
+
- xlm-roberta
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
|
|
20 |
|
21 |
<!-- Provide a longer summary of what this model is. -->
|
22 |
|
23 |
+
This model is a fine-tuned XLM-RoBERTa model for Amharic semantic classification tasks.
|
24 |
|
25 |
- **Developed by:** [More Information Needed]
|
26 |
- **Funded by [optional]:** [More Information Needed]
|
27 |
- **Shared by [optional]:** [More Information Needed]
|
28 |
- **Model type:** [More Information Needed]
|
29 |
+
- **Language(s) (NLP):** am
|
30 |
+
- **License:** apache-2.0
|
31 |
- **Finetuned from model [optional]:** [More Information Needed]
|
32 |
|
33 |
### Model Sources [optional]
|
|
|
84 |
|
85 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
86 |
|
87 |
+
Amharic semantic classification dataset
|
88 |
|
89 |
### Training Procedure
|
90 |
|