tradicio commited on
Commit
3f7a567
1 Parent(s): 841943e

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
- ## Usage (Sentence-Transformers)
34
 
35
- Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
36
 
37
  ```
38
- pip install -U sentence-transformers
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: