Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.9017
|
20 |
-
- Rouge Scores: {'rouge1':
|
21 |
- Bleu Scores: [0.9286814242037147, 0.9121661008968365, 0.8907823041130339, 0.8677722819236368]
|
22 |
- Gen Len: 2048.0
|
23 |
|
@@ -53,8 +53,8 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
|
56 |
-
| 0.9667 | 1.0 | 500 | 0.8997 | {'rouge1':
|
57 |
-
| 0.5702 | 2.0 | 1000 | 0.9017 | {'rouge1':
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.9017
|
20 |
+
- Rouge Scores: {'rouge1': 0.9052154858930703, 'rouge2': 0.7938118811886605, 'rougeL': 0.8365543601879399, 'rougeLsum': 0.9051011676969527}
|
21 |
- Bleu Scores: [0.9286814242037147, 0.9121661008968365, 0.8907823041130339, 0.8677722819236368]
|
22 |
- Gen Len: 2048.0
|
23 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
|
56 |
+
| 0.9667 | 1.0 | 500 | 0.8997 | {'rouge1': 0.9066197962103982, 'rouge2': 0.7949438120742293, 'rougeL': 0.8365583570941119, 'rougeLsum': 0.906542182776239} | [0.9280923249970773, 0.9116476390859075, 0.8901882800412136, 0.8671907395641425] | 2048.0 |
|
57 |
+
| 0.5702 | 2.0 | 1000 | 0.9017 | {'rouge1': 0.9052154858930703, 'rouge2': 0.7938118811886605, 'rougeL': 0.8365543601879399, 'rougeLsum': 0.9051011676969527} | [0.9286814242037147, 0.9121661008968365, 0.8907823041130339, 0.8677722819236368] | 2048.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|