rishavranaut
commited on
Commit
•
785d90c
1
Parent(s):
e8d1109
rishavranaut/Mistral-7B_final_MT
Browse files- README.md +76 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: mistralai/Mistral-7B-v0.1
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: Mistral-7B_final_MT
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# Mistral-7B_final_MT
|
20 |
+
|
21 |
+
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.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.7471
|
24 |
+
- Accuracy: 0.8
|
25 |
+
- Precision: 0.7795
|
26 |
+
- Recall: 0.8367
|
27 |
+
- F1 score: 0.8071
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 score |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
58 |
+
| 1.2073 | 0.5 | 200 | 1.0465 | 0.6867 | 0.7857 | 0.5133 | 0.6210 |
|
59 |
+
| 0.8334 | 1.0 | 400 | 0.8003 | 0.7317 | 0.7456 | 0.7033 | 0.7238 |
|
60 |
+
| 0.4526 | 1.5 | 600 | 0.8224 | 0.7433 | 0.7074 | 0.83 | 0.7638 |
|
61 |
+
| 0.4306 | 2.0 | 800 | 0.8715 | 0.7467 | 0.8895 | 0.5633 | 0.6898 |
|
62 |
+
| 0.296 | 2.5 | 1000 | 0.6957 | 0.7767 | 0.7441 | 0.8433 | 0.7906 |
|
63 |
+
| 0.2864 | 3.0 | 1200 | 0.6663 | 0.7983 | 0.8163 | 0.77 | 0.7925 |
|
64 |
+
| 0.1803 | 3.5 | 1400 | 0.6645 | 0.8 | 0.8082 | 0.7867 | 0.7973 |
|
65 |
+
| 0.1603 | 4.0 | 1600 | 0.6943 | 0.7833 | 0.7560 | 0.8367 | 0.7943 |
|
66 |
+
| 0.0907 | 4.5 | 1800 | 0.7265 | 0.81 | 0.7981 | 0.83 | 0.8137 |
|
67 |
+
| 0.0798 | 5.0 | 2000 | 0.7471 | 0.8 | 0.7795 | 0.8367 | 0.8071 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- PEFT 0.11.1
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.3.0+cu121
|
75 |
+
- Datasets 2.19.1
|
76 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54593240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05183d2f08fc942a7b9947cfac5d946c0d9080214fbf465ccd477565ee33b2c5
|
3 |
size 54593240
|