jmeneu/Fine-tuning-Mistral
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the imdb dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Accuracy: {'accuracy': 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,19 +39,23 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate: 0.
|
43 |
- train_batch_size: 2
|
44 |
- eval_batch_size: 2
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:---------------------:|
|
54 |
-
| 1.
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the imdb dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6942
|
23 |
+
- Accuracy: {'accuracy': 0.50984}
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.001
|
43 |
- train_batch_size: 2
|
44 |
- eval_batch_size: 2
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:---------------------:|
|
54 |
+
| 1.5482 | 1.0 | 12500 | 1.3653 | {'accuracy': 0.58188} |
|
55 |
+
| 0.7082 | 2.0 | 25000 | 0.6882 | {'accuracy': 0.55924} |
|
56 |
+
| 0.7127 | 3.0 | 37500 | 0.6934 | {'accuracy': 0.50536} |
|
57 |
+
| 0.6993 | 4.0 | 50000 | 0.6948 | {'accuracy': 0.5022} |
|
58 |
+
| 0.693 | 5.0 | 62500 | 0.6942 | {'accuracy': 0.50984} |
|
59 |
|
60 |
|
61 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3441168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdb0d2945402fe5d8ffa85d3bb6bdf0cede8ac44e1e5adf7580f1e009bd3d9f7
|
3 |
size 3441168
|
runs/Dec03_22-56-38_e9430e536a2b/events.out.tfevents.1701644199.e9430e536a2b.1710.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a2d898d129d80cbb49470a675036f0fdfe0aee272cd35edb7a2337f8c15572a
|
3 |
+
size 26451
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726aff8defb984a7f4487d0b3046690bdfdfdd7c864269e7a5e6a9ed02458b1a
|
3 |
size 4664
|