DPO-7b-beta0.01
Browse files- README.md +6 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,10 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
-
- generated_from_trainer
|
8 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: zephyr-7b-dpo-qlora-min-pi-part-0
|
11 |
results: []
|
@@ -16,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# zephyr-7b-dpo-qlora-min-pi-part-0
|
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
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- generated_from_trainer
|
7 |
- trl
|
8 |
- dpo
|
|
|
9 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
10 |
+
datasets:
|
11 |
+
- updated
|
12 |
+
- original
|
13 |
model-index:
|
14 |
- name: zephyr-7b-dpo-qlora-min-pi-part-0
|
15 |
results: []
|
|
|
20 |
|
21 |
# zephyr-7b-dpo-qlora-min-pi-part-0
|
22 |
|
23 |
+
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 updated and the original datasets.
|
24 |
|
25 |
## Model description
|
26 |
|
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 |
],
|