Bikram Maharjan
commited on
Commit
•
4c81eb9
1
Parent(s):
7bb3f32
ai-maker-space/mistral-7binstruct-summary-100s - with 100 steps
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# mistral7binstruct_summarize
|
20 |
|
21 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the generator dataset.
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,10 +46,16 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: constant
|
46 |
- lr_scheduler_warmup_steps: 0.03
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
@@ -55,5 +63,5 @@ The following hyperparameters were used during training:
|
|
55 |
- PEFT 0.9.0
|
56 |
- Transformers 4.38.2
|
57 |
- Pytorch 2.1.0+cu121
|
58 |
-
- Datasets 2.
|
59 |
- Tokenizers 0.15.2
|
|
|
19 |
# mistral7binstruct_summarize
|
20 |
|
21 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the generator dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.4609
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: constant
|
48 |
- lr_scheduler_warmup_steps: 0.03
|
49 |
+
- training_steps: 100
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 1.7171 | 0.22 | 25 | 1.5650 |
|
56 |
+
| 1.5024 | 0.43 | 50 | 1.4814 |
|
57 |
+
| 1.5448 | 0.65 | 75 | 1.4679 |
|
58 |
+
| 1.5608 | 0.87 | 100 | 1.4609 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
63 |
- PEFT 0.9.0
|
64 |
- Transformers 4.38.2
|
65 |
- Pytorch 2.1.0+cu121
|
66 |
+
- Datasets 2.18.0
|
67 |
- Tokenizers 0.15.2
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:338c6161d978a2adeedb83729204d0d71920cafa6559d2791308175a9510ecc6
|
3 |
size 27280152
|
runs/Mar04_01-11-18_66c059ea6931/events.out.tfevents.1709514735.66c059ea6931.560.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82c3fbd7c94574fb84e5b5d8ddbf94881896cd94c31841e3b6dff76ca820794c
|
3 |
+
size 8534
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de6dba9b27166c339216480508a00f2b8a44115eb085b2132122a2f9e793b446
|
3 |
size 4920
|