SandeepVvigneshwar commited on
Commit
dc7f477
·
verified ·
1 Parent(s): fe5d53f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -24,20 +24,17 @@ model-index:
24
  config: default
25
  split: test
26
  metrics:
27
- - type: loss
28
- value: 0.08795
29
- name: Loss
30
  - type: accuracy
31
- value: 0.9431
32
  name: Accuracy
33
  - type: precision
34
- value: 0.9499
35
  name: Precision
36
  - type: recall
37
- value: 0.9431
38
  name: Recall
39
  - type: f1
40
- value: 0.9439
41
  name: F1
42
 
43
  ---
@@ -52,10 +49,10 @@ This model is a fine-tuned version of the ALBERT-Large model designed for **emot
52
  | Metric | Value |
53
  |----------------------------|--------|
54
  | **Evaluation Loss** | 0.08795 |
55
- | **Evaluation Accuracy** | 94.31% |
56
- | **Evaluation F1-Score** | 94.39% |
57
- | **Evaluation Precision** | 94.99% |
58
- | **Evaluation Recall** | 94.31% |
59
 
60
  ## How to Get Started
61
 
 
24
  config: default
25
  split: test
26
  metrics:
 
 
 
27
  - type: accuracy
28
+ value: 0.9415
29
  name: Accuracy
30
  - type: precision
31
+ value: 0.9490
32
  name: Precision
33
  - type: recall
34
+ value: 0.9415
35
  name: Recall
36
  - type: f1
37
+ value: 0.9425
38
  name: F1
39
 
40
  ---
 
49
  | Metric | Value |
50
  |----------------------------|--------|
51
  | **Evaluation Loss** | 0.08795 |
52
+ | **Evaluation Accuracy** | 94.15% |
53
+ | **Evaluation Precision** | 94.90% |
54
+ | **Evaluation Recall** | 94.15% |
55
+ | **Evaluation F1-Score** | 94.25% |
56
 
57
  ## How to Get Started
58