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.7477
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.3406 | 0.1 | 10 | 2.8564 |
|
53 |
+
| 2.3377 | 0.2 | 20 | 2.3722 |
|
54 |
+
| 1.9307 | 0.3 | 30 | 2.0729 |
|
55 |
+
| 1.7952 | 0.4 | 40 | 1.9599 |
|
56 |
+
| 1.8246 | 0.5 | 50 | 1.9037 |
|
57 |
+
| 1.7709 | 0.6 | 60 | 1.9209 |
|
58 |
+
| 1.5977 | 0.7 | 70 | 1.8391 |
|
59 |
+
| 1.5913 | 0.8 | 80 | 1.8199 |
|
60 |
+
| 1.5449 | 0.9 | 90 | 1.7803 |
|
61 |
+
| 1.6924 | 1.0 | 100 | 1.7477 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
"lm_head",
|
|
|
25 |
"gate_proj",
|
26 |
"v_proj",
|
27 |
-
"down_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"lm_head",
|
24 |
+
"o_proj",
|
25 |
"gate_proj",
|
26 |
"v_proj",
|
|
|
|
|
27 |
"k_proj",
|
28 |
+
"down_proj",
|
29 |
+
"up_proj",
|
30 |
+
"q_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:1d5097c1245b1e01baa1df0fcdcff0daeee1661038085dff3ecce50f2403dfa4
|
3 |
size 1217458040
|