cat-searcher
commited on
End of training
Browse files- README.md +7 -1
- config.json +1 -1
README.md
CHANGED
@@ -2,10 +2,16 @@
|
|
2 |
license: gemma
|
3 |
base_model: google/gemma-1.1-2b-it
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- alignment-handbook
|
8 |
- generated_from_trainer
|
|
|
|
|
9 |
model-index:
|
10 |
- name: gemma-1.1-2b-it-sppo-iter0-evol-mixed
|
11 |
results: []
|
@@ -17,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/the-dream-machine/huggingface/runs/4dtfeber)
|
18 |
# gemma-1.1-2b-it-sppo-iter0-evol-mixed
|
19 |
|
20 |
-
This model is a fine-tuned version of [google/gemma-1.1-2b-it](https://huggingface.co/google/gemma-1.1-2b-it) on
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
2 |
license: gemma
|
3 |
base_model: google/gemma-1.1-2b-it
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- dpo
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- dpo
|
11 |
- alignment-handbook
|
12 |
- generated_from_trainer
|
13 |
+
datasets:
|
14 |
+
- cat-searcher/responses-gemma-1.1-2b-it-split-0-evol-mixed-pair
|
15 |
model-index:
|
16 |
- name: gemma-1.1-2b-it-sppo-iter0-evol-mixed
|
17 |
results: []
|
|
|
23 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/the-dream-machine/huggingface/runs/4dtfeber)
|
24 |
# gemma-1.1-2b-it-sppo-iter0-evol-mixed
|
25 |
|
26 |
+
This model is a fine-tuned version of [google/gemma-1.1-2b-it](https://huggingface.co/google/gemma-1.1-2b-it) on the cat-searcher/responses-gemma-1.1-2b-it-split-0-evol-mixed-pair dataset.
|
27 |
|
28 |
## Model description
|
29 |
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.42.4",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 256000
|
28 |
}
|
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.42.4",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 256000
|
28 |
}
|