Training in progress, epoch 1
Browse files- README.md +4 -1
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -2,7 +2,10 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: zephyr-7b-dpo-lora
|
8 |
results: []
|
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# zephyr-7b-dpo-lora
|
15 |
|
16 |
-
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.5650
|
19 |
- Rewards/chosen: 0.0816
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
9 |
model-index:
|
10 |
- name: zephyr-7b-dpo-lora
|
11 |
results: []
|
|
|
16 |
|
17 |
# zephyr-7b-dpo-lora
|
18 |
|
19 |
+
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.5650
|
22 |
- Rewards/chosen: 0.0816
|
adapter_config.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"o_proj",
|
20 |
"v_proj",
|
|
|
21 |
"q_proj",
|
22 |
"k_proj"
|
23 |
],
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"v_proj",
|
20 |
+
"o_proj",
|
21 |
"q_proj",
|
22 |
"k_proj"
|
23 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109086672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74aeaa41361cf19130082481873abd9dee881a558133a02119bf73f216ba81dc
|
3 |
size 109086672
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "alignment-handbook/zephyr-7b-sft-full",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:178ca2e9659218d5d6a040bc9b839def7f1e2d04d37ea8a694c883bf79442126
|
3 |
size 5688
|