Jlonge4/rag-rel
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ model-index:
|
|
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 |
-
[<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/josh-longenecker1-groundedai/grounded-ai-rag-relevance/runs/
|
20 |
# grounded-ai-rag-3
|
21 |
|
22 |
This model is a fine-tuned version of [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss:
|
25 |
- Rouge1: 1.0
|
26 |
- Rouge2: 0.0
|
27 |
- Rougel: 1.0
|
@@ -59,20 +59,20 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
62 |
-
|
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
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 |
+
[<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/josh-longenecker1-groundedai/grounded-ai-rag-relevance/runs/bnvts1hx)
|
20 |
# grounded-ai-rag-3
|
21 |
|
22 |
This model is a fine-tuned version of [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.4248
|
25 |
- Rouge1: 1.0
|
26 |
- Rouge2: 0.0
|
27 |
- Rougel: 1.0
|
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
62 |
+
| 1.0354 | 5.0 | 5 | 1.7161 | 1.0 | 0.0 | 1.0 | 1.0 |
|
63 |
+
| 0.9393 | 10.0 | 10 | 1.5598 | 1.0 | 0.0 | 1.0 | 1.0 |
|
64 |
+
| 0.8098 | 15.0 | 15 | 1.3913 | 1.0 | 0.0 | 1.0 | 1.0 |
|
65 |
+
| 0.6939 | 20.0 | 20 | 1.2470 | 1.0 | 0.0 | 1.0 | 1.0 |
|
66 |
+
| 0.5662 | 25.0 | 25 | 1.0859 | 1.0 | 0.0 | 1.0 | 1.0 |
|
67 |
+
| 0.4027 | 30.0 | 30 | 0.9390 | 1.0 | 0.0 | 1.0 | 1.0 |
|
68 |
+
| 0.2595 | 35.0 | 35 | 0.8088 | 1.0 | 0.0 | 1.0 | 1.0 |
|
69 |
+
| 0.159 | 40.0 | 40 | 0.8187 | 1.0 | 0.0 | 1.0 | 1.0 |
|
70 |
+
| 0.1225 | 45.0 | 45 | 0.9043 | 1.0 | 0.0 | 1.0 | 1.0 |
|
71 |
+
| 0.0808 | 50.0 | 50 | 0.9985 | 1.0 | 0.0 | 1.0 | 1.0 |
|
72 |
+
| 0.0334 | 55.0 | 55 | 1.1227 | 1.0 | 0.0 | 1.0 | 1.0 |
|
73 |
+
| 0.0121 | 60.0 | 60 | 1.2501 | 1.0 | 0.0 | 1.0 | 1.0 |
|
74 |
+
| 0.0052 | 65.0 | 65 | 1.3779 | 1.0 | 0.0 | 1.0 | 1.0 |
|
75 |
+
| 0.0043 | 70.0 | 70 | 1.4248 | 1.0 | 0.0 | 1.0 | 1.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
"down_proj",
|
25 |
-
"o_proj",
|
26 |
-
"k_proj",
|
27 |
"v_proj",
|
|
|
28 |
"q_proj",
|
|
|
|
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"down_proj",
|
|
|
|
|
24 |
"v_proj",
|
25 |
+
"gate_proj",
|
26 |
"q_proj",
|
27 |
+
"k_proj",
|
28 |
+
"o_proj",
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35668592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eee14e572e234fef48bd05e6751732a7be5fcc36a58cb029f509a042420f7e66
|
3 |
size 35668592
|
runs/Oct13_18-11-38_48c91bda07e0/events.out.tfevents.1728843099.48c91bda07e0.7389.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0c29c146a3cd6bbc02901bd47f237a3bd213d826cef4c8365083d795d8380b
|
3 |
+
size 29481
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aaa190a3cb68a15b368829d3dff9cf308f2721e76ebc2b27b8b0ec9bc845f20
|
3 |
size 5432
|