ahmedgongi10
commited on
Commit
•
b027c9c
1
Parent(s):
452ae09
ahmedgongi10/mistral_instruct_devops_expert1
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,22 +44,29 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- PEFT 0.9.
|
62 |
-
- Transformers 4.
|
63 |
- Pytorch 2.1.2
|
64 |
- Datasets 2.1.0
|
65 |
- Tokenizers 0.15.2
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.1539
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 10
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 1.621 | 1.0 | 102 | 1.4441 |
|
55 |
+
| 1.3795 | 2.0 | 204 | 1.3877 |
|
56 |
+
| 1.1377 | 3.0 | 306 | 1.3730 |
|
57 |
+
| 0.877 | 4.0 | 408 | 1.3983 |
|
58 |
+
| 0.6379 | 5.0 | 510 | 1.4731 |
|
59 |
+
| 0.4464 | 6.0 | 612 | 1.5966 |
|
60 |
+
| 0.3066 | 7.0 | 714 | 1.7195 |
|
61 |
+
| 0.2135 | 8.0 | 816 | 1.8925 |
|
62 |
+
| 0.1534 | 9.0 | 918 | 2.0300 |
|
63 |
+
| 0.1169 | 10.0 | 1020 | 2.1539 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
+
- PEFT 0.9.0
|
69 |
+
- Transformers 4.38.2
|
70 |
- Pytorch 2.1.2
|
71 |
- Datasets 2.1.0
|
72 |
- Tokenizers 0.15.2
|