Updated README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ license: cc-by-sa-4.0
|
|
| 15 |
metrics:
|
| 16 |
- accuracy
|
| 17 |
- f1
|
|
|
|
| 18 |
pipeline_tag: text-classification
|
| 19 |
---
|
| 20 |
# IT-EMOTION-ANALYZER
|
|
@@ -30,12 +31,12 @@ This is a model for emotion analysis of italian sentences trained on a translate
|
|
| 30 |
|
| 31 |
<!--- Describe your model here -->
|
| 32 |
|
| 33 |
-
##
|
| 34 |
|
| 35 |
-
Using this model becomes easy when you have [
|
| 36 |
|
| 37 |
```
|
| 38 |
-
pip install -U
|
| 39 |
```
|
| 40 |
|
| 41 |
Then you can use the model like this:
|
|
|
|
| 15 |
metrics:
|
| 16 |
- accuracy
|
| 17 |
- f1
|
| 18 |
+
- recall
|
| 19 |
pipeline_tag: text-classification
|
| 20 |
---
|
| 21 |
# IT-EMOTION-ANALYZER
|
|
|
|
| 31 |
|
| 32 |
<!--- Describe your model here -->
|
| 33 |
|
| 34 |
+
## Model in action
|
| 35 |
|
| 36 |
+
Using this model becomes easy when you have [transformers](https://github.com/huggingface/transformers) installed:
|
| 37 |
|
| 38 |
```
|
| 39 |
+
pip install -U transformers
|
| 40 |
```
|
| 41 |
|
| 42 |
Then you can use the model like this:
|