Danieljava commited on
Commit
2ab46f6
·
verified ·
1 Parent(s): 6f58a38

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -7,19 +7,19 @@ tags:
7
  metrics:
8
  - f1
9
  model-index:
10
- - name: minilm-finetuned-emotion
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # minilm-finetuned-emotion
18
 
19
  This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.9498
22
- - F1: 0.6330
23
 
24
  ## Model description
25
 
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
- | 1.4003 | 1.0 | 250 | 1.0991 | 0.5758 |
55
- | 1.0246 | 2.0 | 500 | 0.9498 | 0.6330 |
56
 
57
 
58
  ### Framework versions
 
7
  metrics:
8
  - f1
9
  model-index:
10
+ - name: minilm-language-classifier
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # minilm-language-classifier
18
 
19
  This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4820
22
+ - F1: 0.8756
23
 
24
  ## Model description
25
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 0.7743 | 1.0 | 250 | 0.5844 | 0.8507 |
55
+ | 0.5297 | 2.0 | 500 | 0.4820 | 0.8756 |
56
 
57
 
58
  ### Framework versions