sri-lasya/gst-taxing-llm
Browse files- README.md +15 -15
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
|
3 |
library_name: peft
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
base_model: mistralai/Mistral-7B-v0.3
|
7 |
model-index:
|
8 |
- name: mistral_fine_tuned
|
9 |
results: []
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -47,18 +47,18 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch
|
51 |
-
|
52 |
-
|
|
53 |
-
| 2.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: mistralai/Mistral-7B-v0.3
|
3 |
library_name: peft
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
model-index:
|
8 |
- name: mistral_fine_tuned
|
9 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7497
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.3433 | 0.1 | 10 | 2.8619 |
|
53 |
+
| 2.3427 | 0.2 | 20 | 2.3762 |
|
54 |
+
| 1.9334 | 0.3 | 30 | 2.0743 |
|
55 |
+
| 1.796 | 0.4 | 40 | 1.9626 |
|
56 |
+
| 1.8265 | 0.5 | 50 | 1.9076 |
|
57 |
+
| 1.7717 | 0.6 | 60 | 1.9241 |
|
58 |
+
| 1.597 | 0.7 | 70 | 1.8398 |
|
59 |
+
| 1.5922 | 0.8 | 80 | 1.8226 |
|
60 |
+
| 1.5468 | 0.9 | 90 | 1.7813 |
|
61 |
+
| 1.695 | 1.0 | 100 | 1.7497 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,13 +21,13 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
-
"gate_proj",
|
25 |
"up_proj",
|
|
|
26 |
"o_proj",
|
27 |
-
"down_proj",
|
28 |
-
"lm_head",
|
29 |
"v_proj",
|
30 |
-
"k_proj"
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
|
|
24 |
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
"o_proj",
|
|
|
|
|
27 |
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"lm_head",
|
30 |
+
"down_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1217458040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e8e05ea1613e86c8035471af8058b9d5dcc42a1b9031cf3669c75c9ee6cc601
|
3 |
size 1217458040
|