End of training
Browse files- README.md +6 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,12 +2,16 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- alignment-handbook
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
12 |
model-index:
|
13 |
- name: zephyr-7b-pl-qlora
|
@@ -19,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# zephyr-7b-pl-qlora
|
21 |
|
22 |
-
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
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- alignment-handbook
|
12 |
- generated_from_trainer
|
13 |
datasets:
|
14 |
+
- HuggingFaceH4/ultrachat_200k
|
15 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
16 |
model-index:
|
17 |
- name: zephyr-7b-pl-qlora
|
|
|
23 |
|
24 |
# zephyr-7b-pl-qlora
|
25 |
|
26 |
+
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/ultrachat_200k dataset.
|
27 |
|
28 |
## Model description
|
29 |
|
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 |
],
|