vipinkatara
commited on
End of training
Browse files- README.md +7 -1
- config.json +1 -1
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: other
|
3 |
base_model: Qwen/Qwen1.5-7B-Chat
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- orpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: qwen1.5-7b-chat-orpo-v2
|
10 |
results: []
|
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# qwen1.5-7b-chat-orpo-v2
|
17 |
|
18 |
-
This model is a fine-tuned version of [Qwen/Qwen1.5-7B-Chat](https://huggingface.co/Qwen/Qwen1.5-7B-Chat) on
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
2 |
license: other
|
3 |
base_model: Qwen/Qwen1.5-7B-Chat
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- orpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- orpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- mlabonne/orpo-dpo-mix-40k
|
14 |
model-index:
|
15 |
- name: qwen1.5-7b-chat-orpo-v2
|
16 |
results: []
|
|
|
21 |
|
22 |
# qwen1.5-7b-chat-orpo-v2
|
23 |
|
24 |
+
This model is a fine-tuned version of [Qwen/Qwen1.5-7B-Chat](https://huggingface.co/Qwen/Qwen1.5-7B-Chat) on the mlabonne/orpo-dpo-mix-40k dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.41.2",
|
26 |
-
"use_cache":
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151646
|
29 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.41.2",
|
26 |
+
"use_cache": true,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151646
|
29 |
}
|