BaoTNguyen
commited on
Commit
•
31097e5
1
Parent(s):
abdaabe
baotnguyen/ncis
Browse files
README.md
CHANGED
@@ -14,14 +14,13 @@ model-index:
|
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/phdatdt/Fine%20tuning%20mistral%207B/runs/
|
18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/phdatdt/Fine%20tuning%20mistral%207B/runs/fgygb3c6)
|
19 |
# ncis
|
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.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,20 +45,22 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.0 | 4.0 | 76 | 1.
|
59 |
-
| 0.0 | 5.0 | 95 | 1.
|
60 |
-
| 0.0 | 6.0 | 114 |
|
61 |
-
| 0.0 | 7.0 | 133 |
|
62 |
-
| 0.0 | 8.0 | 152 |
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/phdatdt/Fine%20tuning%20mistral%207B/runs/35ogk8js)
|
|
|
18 |
# ncis
|
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 None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.8124
|
23 |
+
- Accuracy: 0.9223
|
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: linear
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.5187 | 1.0 | 19 | 0.8262 | 0.8155 |
|
55 |
+
| 0.0217 | 2.0 | 38 | 0.8124 | 0.9223 |
|
56 |
+
| 0.0304 | 3.0 | 57 | 1.5031 | 0.8544 |
|
57 |
+
| 0.0 | 4.0 | 76 | 1.2126 | 0.8835 |
|
58 |
+
| 0.0 | 5.0 | 95 | 1.1801 | 0.8835 |
|
59 |
+
| 0.0 | 6.0 | 114 | 1.1762 | 0.8835 |
|
60 |
+
| 0.0 | 7.0 | 133 | 1.1758 | 0.8835 |
|
61 |
+
| 0.0 | 8.0 | 152 | 1.1757 | 0.8835 |
|
62 |
+
| 0.0 | 9.0 | 171 | 1.1757 | 0.8835 |
|
63 |
+
| 0.0 | 10.0 | 190 | 1.1757 | 0.8835 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"q_proj",
|
27 |
-
"v_proj",
|
28 |
"k_proj",
|
|
|
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "SEQ_CLS",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"q_proj",
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "SEQ_CLS",
|
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:4b017a4411615b9287091cca85ea44fb6a6684b7187bf8a5a021313da204e875
|
3 |
size 54593240
|
runs/Jul19_22-36-43_886d3e144ed7/events.out.tfevents.1721428604.886d3e144ed7.300.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc2cafb68a290d30f858013e2847db9759cb908ab969827af98fe8d457728eac
|
3 |
+
size 11364
|
runs/Jul19_22-36-43_886d3e144ed7/events.out.tfevents.1721429746.886d3e144ed7.300.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32300cd0f8f447ca4729e6d59867617716fe9f8dd887b7c9f015efdba7dd1947
|
3 |
+
size 411
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3398e53580df44d98ffd852b19b59a2ba70ccddb633b12420adcaa7b56d72129
|
3 |
size 5112
|