End of training
Browse files- README.md +9 -1
- config.json +1 -1
README.md
CHANGED
@@ -2,9 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- orpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: mistral-ohp-1-2-3-3epoch-beta-0.1
|
10 |
results: []
|
@@ -15,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# mistral-ohp-1-2-3-3epoch-beta-0.1
|
17 |
|
18 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- orpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- orpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- orpo-explorers/OHP-15k-Stratified-1
|
14 |
+
- orpo-explorers/OHP-15k-Stratified-2
|
15 |
+
- orpo-explorers/OHP-15k-Stratified-3
|
16 |
model-index:
|
17 |
- name: mistral-ohp-1-2-3-3epoch-beta-0.1
|
18 |
results: []
|
|
|
23 |
|
24 |
# mistral-ohp-1-2-3-3epoch-beta-0.1
|
25 |
|
26 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the orpo-explorers/OHP-15k-Stratified-1, the orpo-explorers/OHP-15k-Stratified-2 and the orpo-explorers/OHP-15k-Stratified-3 datasets.
|
27 |
|
28 |
## Model description
|
29 |
|
config.json
CHANGED
@@ -21,6 +21,6 @@
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.3",
|
24 |
-
"use_cache":
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.3",
|
24 |
+
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|