.../acceptance_evaluator_agent
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
-
base_model:
|
9 |
model-index:
|
10 |
- name: results
|
11 |
results: []
|
@@ -16,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# results
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,6 +46,13 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_warmup_steps: 100
|
45 |
- num_epochs: 1
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.10.0
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
+
base_model: cemuluoglakci/Mistral-7B-v0.1_optimized
|
9 |
model-index:
|
10 |
- name: results
|
11 |
results: []
|
|
|
16 |
|
17 |
# results
|
18 |
|
19 |
+
This model is a fine-tuned version of [cemuluoglakci/Mistral-7B-v0.1_optimized](https://huggingface.co/cemuluoglakci/Mistral-7B-v0.1_optimized) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5001
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
- num_epochs: 1
|
48 |
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.5221 | 1.0 | 75 | 0.5001 |
|
54 |
+
|
55 |
+
|
56 |
### Framework versions
|
57 |
|
58 |
- PEFT 0.10.0
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -21,13 +21,13 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
-
"
|
25 |
-
"down_proj",
|
26 |
-
"lm_head",
|
27 |
-
"gate_proj",
|
28 |
"o_proj",
|
|
|
29 |
"k_proj",
|
30 |
-
"
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "cemuluoglakci/Mistral-7B-v0.1_optimized",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
+
"v_proj",
|
|
|
|
|
|
|
25 |
"o_proj",
|
26 |
+
"gate_proj",
|
27 |
"k_proj",
|
28 |
+
"down_proj",
|
29 |
+
"lm_head",
|
30 |
+
"up_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 694431312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3fc5cc4fcba88c5887b8348d73c0567571132ddc59185784c7e35a635fa1010
|
3 |
size 694431312
|
runs/Apr03_21-08-35_d77cb52e792b/events.out.tfevents.1712178606.d77cb52e792b.228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9406e217610bc4f41ec6bc56caeba8539416b24c4a84ef33500ba1064fa67bb
|
3 |
+
size 6256
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad8b96b5b70ca432529d6ed2699d3f72aca75d25fd761bd088215e4f61da91eb
|
3 |
size 4856
|