frankmorales2020 commited on
Commit
4ad9cee
·
verified ·
1 Parent(s): 56a8abe

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 5.0989
23
- - Bleu: 0.0
24
- - F1: 0.7125
25
 
26
  ## Model description
27
 
@@ -53,12 +53,13 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Bleu | F1 |
57
- |:-------------:|:-----:|:----:|:---------------:|:----:|:------:|
58
- | 15.5759 | 1.0 | 3 | 8.0582 | 0.0 | 0.0027 |
59
- | 7.0911 | 2.0 | 6 | 5.4571 | 0.0 | 0.0031 |
60
- | 5.3042 | 3.0 | 9 | 5.1356 | 0.0 | 0.1148 |
61
- | 5.1609 | 3.4 | 10 | 5.0989 | 0.0 | 0.7125 |
 
62
 
63
 
64
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 4.8939
23
+ - Bleu: 0.4256
24
+ - F1: 0.9813
25
 
26
  ## Model description
27
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
58
+ | 6.5778 | 1.0 | 25 | 4.9328 | 0.2183 | 0.9821 |
59
+ | 4.9001 | 2.0 | 50 | 4.8955 | 0.3297 | 0.9820 |
60
+ | 4.8728 | 3.0 | 75 | 4.8911 | 0.4116 | 0.9816 |
61
+ | 4.8634 | 4.0 | 100 | 4.8931 | 0.4004 | 0.9813 |
62
+ | 4.8598 | 5.0 | 125 | 4.8939 | 0.4256 | 0.9813 |
63
 
64
 
65
  ### Framework versions