End of training
Browse files- README.md +5 -1
- config.json +1 -1
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
---
|
2 |
base_model: PKU-Alignment/alpaca-7b-reproduced
|
3 |
tags:
|
|
|
|
|
4 |
- trl
|
5 |
- dpo
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: dpo-selective-alpaca
|
9 |
results: []
|
@@ -14,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# dpo-selective-alpaca
|
16 |
|
17 |
-
This model is a fine-tuned version of [PKU-Alignment/alpaca-7b-reproduced](https://huggingface.co/PKU-Alignment/alpaca-7b-reproduced) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 4659.3857
|
20 |
- Rewards/chosen: -0.2274
|
|
|
1 |
---
|
2 |
base_model: PKU-Alignment/alpaca-7b-reproduced
|
3 |
tags:
|
4 |
+
- alignment-handbook
|
5 |
+
- generated_from_trainer
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- PKU-Alignment/PKU-SafeRLHF
|
11 |
model-index:
|
12 |
- name: dpo-selective-alpaca
|
13 |
results: []
|
|
|
18 |
|
19 |
# dpo-selective-alpaca
|
20 |
|
21 |
+
This model is a fine-tuned version of [PKU-Alignment/alpaca-7b-reproduced](https://huggingface.co/PKU-Alignment/alpaca-7b-reproduced) on the PKU-Alignment/PKU-SafeRLHF dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 4659.3857
|
24 |
- Rewards/chosen: -0.2274
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.36.2",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 32001
|
29 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.36.2",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 32001
|
29 |
}
|