End of training
Browse files- README.md +3 -1
- config.json +37 -0
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
base_model: sohyunan/gemma-2-2b-it_controller_sft_random
|
|
|
3 |
library_name: transformers
|
4 |
model_name: debug
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- grpo
|
9 |
licence: license
|
@@ -11,7 +13,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for debug
|
13 |
|
14 |
-
This model is a fine-tuned version of [sohyunan/gemma-2-2b-it_controller_sft_random](https://huggingface.co/sohyunan/gemma-2-2b-it_controller_sft_random).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: sohyunan/gemma-2-2b-it_controller_sft_random
|
3 |
+
datasets: maze_5x5
|
4 |
library_name: transformers
|
5 |
model_name: debug
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
- controller-grpo
|
9 |
- trl
|
10 |
- grpo
|
11 |
licence: license
|
|
|
13 |
|
14 |
# Model Card for debug
|
15 |
|
16 |
+
This model is a fine-tuned version of [sohyunan/gemma-2-2b-it_controller_sft_random](https://huggingface.co/sohyunan/gemma-2-2b-it_controller_sft_random) on the [maze_5x5](https://huggingface.co/datasets/maze_5x5) dataset.
|
17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
18 |
|
19 |
## Quick start
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "sohyunan/gemma-2-2b-it_controller_sft_random",
|
4 |
+
"architectures": [
|
5 |
+
"Gemma2ForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"attn_logit_softcapping": 50.0,
|
10 |
+
"bos_token_id": 2,
|
11 |
+
"cache_implementation": "hybrid",
|
12 |
+
"eos_token_id": [
|
13 |
+
1,
|
14 |
+
107
|
15 |
+
],
|
16 |
+
"final_logit_softcapping": 30.0,
|
17 |
+
"head_dim": 256,
|
18 |
+
"hidden_act": "gelu_pytorch_tanh",
|
19 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
20 |
+
"hidden_size": 2304,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 9216,
|
23 |
+
"max_position_embeddings": 8192,
|
24 |
+
"model_type": "gemma2",
|
25 |
+
"num_attention_heads": 8,
|
26 |
+
"num_hidden_layers": 26,
|
27 |
+
"num_key_value_heads": 4,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"query_pre_attn_scalar": 256,
|
30 |
+
"rms_norm_eps": 1e-06,
|
31 |
+
"rope_theta": 10000.0,
|
32 |
+
"sliding_window": 4096,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.49.0.dev0",
|
35 |
+
"use_cache": true,
|
36 |
+
"vocab_size": 256001
|
37 |
+
}
|