lillybak/mistral-7binstruct-summary-100s
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,21 +45,20 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: constant
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 1.
|
56 |
-
| 1.4977 | 0.42 | 50 | 1.4320 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- PEFT 0.
|
62 |
-
- Transformers 4.38.
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
- Datasets 2.17.1
|
65 |
- Tokenizers 0.15.2
|
|
|
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.5927
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: constant
|
48 |
+
- lr_scheduler_warmup_steps: 2
|
49 |
+
- training_steps: 10
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 1.7463 | 0.08 | 10 | 1.5927 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
+
- PEFT 0.9.0
|
61 |
+
- Transformers 4.38.2
|
62 |
- Pytorch 2.1.0+cu121
|
63 |
- Datasets 2.17.1
|
64 |
- Tokenizers 0.15.2
|
adapter_config.json
CHANGED
@@ -23,5 +23,6 @@
|
|
23 |
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
|
|
26 |
"use_rslora": false
|
27 |
}
|
|
|
23 |
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
"use_rslora": false
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
|
3 |
+
size 48
|
runs/Mar01_16-43-40_8bda7af05057/events.out.tfevents.1709311432.8bda7af05057.1220.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d39f7fb6ecbd62fe418fee3b27360b487393bc33f8248675e358da71cd67a1
|
3 |
+
size 6696
|
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:55c4f97650ed8a551a28581e94f3826e47349cfe3e95b6faf15633e7ececa099
|
3 |
size 4920
|