Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,22 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
-
|
11 |
|
12 |
## Model Details
|
13 |
|
@@ -15,15 +24,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]:** [
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: cc-by-nc-sa-4.0
|
4 |
+
datasets:
|
5 |
+
- SeyedAli/Persian-Text-Emotion
|
6 |
+
language:
|
7 |
+
- fa
|
8 |
+
metrics:
|
9 |
+
- comet
|
10 |
+
- bleu
|
11 |
+
- chrf
|
12 |
+
pipeline_tag: text-classification
|
13 |
---
|
14 |
|
15 |
# Model Card for Model ID
|
16 |
|
17 |
<!-- Provide a quick summary of what the model is/does. -->
|
18 |
|
19 |
+
Hi, this is a Persian Text Emotion Detection model.
|
20 |
|
21 |
## Model Details
|
22 |
|
|
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
|
27 |
+
This model is a fine-tuned version of
|
|
|
28 |
- **Developed by:** [More Information Needed]
|
29 |
- **Funded by [optional]:** [More Information Needed]
|
30 |
- **Shared by [optional]:** [More Information Needed]
|
31 |
- **Model type:** [More Information Needed]
|
32 |
+
- **Language(s) (NLP):** [Persian (Farsi)]
|
33 |
+
- **License:** [cc-by-nc-sa-4.0]
|
34 |
+
- **Finetuned from model [optional]:** [SeyedAli/Persian-Text-Emotion]
|
35 |
|
36 |
### Model Sources [optional]
|
37 |
|