barbieheimer commited on
Commit
8399b16
1 Parent(s): e1cf1d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -8,6 +8,11 @@ datasets:
8
  model-index:
9
  - name: results
10
  results: []
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -25,7 +30,7 @@ More information needed
25
 
26
  ## Intended uses & limitations
27
 
28
- More information needed
29
 
30
  ## Training and evaluation data
31
 
@@ -53,4 +58,4 @@ The following hyperparameters were used during training:
53
  - Transformers 4.32.0.dev0
54
  - Pytorch 2.0.1+cu118
55
  - Datasets 2.14.4
56
- - Tokenizers 0.13.3
 
8
  model-index:
9
  - name: results
10
  results: []
11
+ language:
12
+ - en
13
+ metrics:
14
+ - accuracy
15
+ pipeline_tag: text-classification
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  ## Intended uses & limitations
32
 
33
+ This model is used for sentimental analysis. It can identify 4 ranges of emotions only [Joy, Optimism, Anger, Sadness].
34
 
35
  ## Training and evaluation data
36
 
 
58
  - Transformers 4.32.0.dev0
59
  - Pytorch 2.0.1+cu118
60
  - Datasets 2.14.4
61
+ - Tokenizers 0.13.3