FatCat87 commited on
Commit
4510bee
·
verified ·
1 Parent(s): 9c0c648

Training in progress, step 26

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ merged/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: mhenrichsen/gemma-7b
6
+ model-index:
7
+ - name: outputs/out
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ <details><summary>See axolotl config</summary>
16
+
17
+ axolotl version: `0.4.1`
18
+ ```yaml
19
+ adapter: qlora
20
+ base_model: mhenrichsen/gemma-7b
21
+ bf16: auto
22
+ datasets:
23
+ - path: data.jsonl
24
+ type: alpaca
25
+ debug: null
26
+ deepspeed: null
27
+ early_stopping_patience: null
28
+ eval_max_new_tokens: 128
29
+ eval_sample_packing: false
30
+ eval_table_size: null
31
+ evals_per_epoch: 4
32
+ flash_attention: true
33
+ fp16: null
34
+ fsdp: null
35
+ fsdp_config: null
36
+ gradient_accumulation_steps: 3
37
+ gradient_checkpointing: true
38
+ group_by_length: false
39
+ learning_rate: 0.0002
40
+ load_in_4bit: true
41
+ load_in_8bit: false
42
+ local_rank: null
43
+ logging_steps: 1
44
+ lora_alpha: 16
45
+ lora_dropout: 0.05
46
+ lora_r: 32
47
+ lora_target_linear: true
48
+ lr_scheduler: cosine
49
+ micro_batch_size: 2
50
+ model_type: AutoModelForCausalLM
51
+ num_epochs: 4
52
+ optimizer: adamw_bnb_8bit
53
+ output_dir: ./outputs/out
54
+ pad_to_sequence_len: true
55
+ resume_from_checkpoint: null
56
+ sample_packing: true
57
+ saves_per_epoch: 1
58
+ sequence_len: 4096
59
+ special_tokens: null
60
+ strict: false
61
+ tf32: false
62
+ tokenizer_type: AutoTokenizer
63
+ train_on_inputs: false
64
+ val_set_size: 0.1
65
+ wandb_entity: null
66
+ wandb_log_model: null
67
+ wandb_name: test-task
68
+ wandb_project: null
69
+ wandb_runid: test-task
70
+ wandb_watch: null
71
+ warmup_ratio: 0.1
72
+ weight_decay: 0.0
73
+ xformers_attention: null
74
+
75
+ ```
76
+
77
+ </details><br>
78
+
79
+ # outputs/out
80
+
81
+ This model is a fine-tuned version of [mhenrichsen/gemma-7b](https://huggingface.co/mhenrichsen/gemma-7b) on the None dataset.
82
+ It achieves the following results on the evaluation set:
83
+ - Loss: 1.0412
84
+
85
+ ## Model description
86
+
87
+ More information needed
88
+
89
+ ## Intended uses & limitations
90
+
91
+ More information needed
92
+
93
+ ## Training and evaluation data
94
+
95
+ More information needed
96
+
97
+ ## Training procedure
98
+
99
+ ### Training hyperparameters
100
+
101
+ The following hyperparameters were used during training:
102
+ - learning_rate: 0.0002
103
+ - train_batch_size: 2
104
+ - eval_batch_size: 2
105
+ - seed: 42
106
+ - distributed_type: multi-GPU
107
+ - num_devices: 2
108
+ - gradient_accumulation_steps: 3
109
+ - total_train_batch_size: 12
110
+ - total_eval_batch_size: 4
111
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
112
+ - lr_scheduler_type: cosine
113
+ - lr_scheduler_warmup_steps: 2
114
+ - num_epochs: 4
115
+
116
+ ### Training results
117
+
118
+ | Training Loss | Epoch | Step | Validation Loss |
119
+ |:-------------:|:------:|:----:|:---------------:|
120
+ | 1.0695 | 0.1579 | 1 | 1.1912 |
121
+ | 1.1142 | 0.3158 | 2 | 1.1076 |
122
+ | 1.0936 | 0.6316 | 4 | 1.0834 |
123
+ | 1.058 | 0.9474 | 6 | 1.0378 |
124
+ | 0.9794 | 1.1579 | 8 | 1.0479 |
125
+ | 0.9632 | 1.4737 | 10 | 1.0377 |
126
+ | 0.951 | 1.7895 | 12 | 1.0467 |
127
+ | 1.0219 | 2.1053 | 14 | 1.0463 |
128
+ | 0.9345 | 2.3158 | 16 | 1.0417 |
129
+ | 0.9314 | 2.6316 | 18 | 1.0434 |
130
+ | 0.9108 | 2.9474 | 20 | 1.0363 |
131
+ | 0.894 | 3.1579 | 22 | 1.0348 |
132
+ | 0.8835 | 3.4737 | 24 | 1.0412 |
133
+
134
+
135
+ ### Framework versions
136
+
137
+ - PEFT 0.11.1
138
+ - Transformers 4.42.3
139
+ - Pytorch 2.3.0+cu121
140
+ - Datasets 2.19.1
141
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mhenrichsen/gemma-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "gate_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "k_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab93f1af6b30528b09ddf4f5826c4a502dd62cb47134a77f138d4a97e8d27c9b
3
+ size 200157610
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f177799c9abff78193af4d5cfdef9f02d52e37d9dcddc292eb2029e6b42fad
3
+ size 200068904
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mhenrichsen/gemma-7b",
3
+ "architectures": [
4
+ "GemmaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "eos_token_id": 1,
10
+ "head_dim": 256,
11
+ "hidden_act": "gelu",
12
+ "hidden_activation": "gelu_pytorch_tanh",
13
+ "hidden_size": 3072,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 24576,
16
+ "max_position_embeddings": 8192,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 28,
20
+ "num_key_value_heads": 16,
21
+ "pad_token_id": 0,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "bfloat16",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": true,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
+ "rms_norm_eps": 1e-06,
38
+ "rope_scaling": null,
39
+ "rope_theta": 10000.0,
40
+ "torch_dtype": "bfloat16",
41
+ "transformers_version": "4.42.3",
42
+ "use_cache": false,
43
+ "vocab_size": 256000
44
+ }
merged/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mhenrichsen/gemma-7b",
3
+ "architectures": [
4
+ "GemmaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "eos_token_id": 1,
10
+ "head_dim": 256,
11
+ "hidden_act": "gelu",
12
+ "hidden_activation": "gelu_pytorch_tanh",
13
+ "hidden_size": 3072,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 24576,
16
+ "max_position_embeddings": 8192,
17
+ "model_type": "gemma",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 28,
20
+ "num_key_value_heads": 16,
21
+ "pad_token_id": 0,
22
+ "rms_norm_eps": 1e-06,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.42.3",
27
+ "use_cache": false,
28
+ "vocab_size": 256000
29
+ }
merged/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "do_sample": true,
5
+ "eos_token_id": 1,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.42.3"
8
+ }
merged/pytorch_model-00001-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b348b0860343b2b2c23d6fbe3e4adfcf34e71eb6e4e3c6ecf48a7b256d8e2cb
3
+ size 4995510260
merged/pytorch_model-00002-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1e55cb7373ac87cd963fe8602786e148547c16efb0967d1a0f1437f2146e69
3
+ size 4982971572
merged/pytorch_model-00003-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3213d826d0f61ea12aeda226ef2e3636ef75ee9417ab1237d3e99c8cc0ec90bc
3
+ size 4982971572
merged/pytorch_model-00004-of-00004.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2a8d8766c4ad05efbd8107ec8698cc273a0604107f5c163bbf3f1e66b4e27d
3
+ size 2113995964
merged/pytorch_model.bin.index.json ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 17075361792
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00001-of-00004.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
8
+ "model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
9
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
10
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
11
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
12
+ "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
13
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
14
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
15
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
16
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
17
+ "model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
18
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
19
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
20
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
21
+ "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
22
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
23
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
24
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
25
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
26
+ "model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
27
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
28
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
29
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
30
+ "model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
31
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
32
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
33
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
34
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
35
+ "model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
36
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
37
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
38
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
39
+ "model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
40
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
41
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
42
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
43
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
44
+ "model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
45
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
46
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
47
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
48
+ "model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
49
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
50
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
51
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
52
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
53
+ "model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
54
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
55
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
56
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
57
+ "model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
58
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
59
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
60
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
61
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
62
+ "model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
63
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
64
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
65
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
66
+ "model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
67
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
68
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
69
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
70
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
71
+ "model.layers.15.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
72
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
73
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
74
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
75
+ "model.layers.15.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
76
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
77
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
78
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
79
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
80
+ "model.layers.16.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
81
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
82
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
83
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
84
+ "model.layers.16.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
85
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
86
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
87
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
88
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
89
+ "model.layers.17.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
90
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
91
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
92
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
93
+ "model.layers.17.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
94
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
95
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
96
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
97
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
98
+ "model.layers.18.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
99
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
100
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
101
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
102
+ "model.layers.18.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
103
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
104
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
105
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
106
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
107
+ "model.layers.19.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
108
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
109
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
110
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
111
+ "model.layers.19.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
112
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
113
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
114
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
115
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
116
+ "model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
117
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
118
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
119
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
120
+ "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
121
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
122
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
123
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
124
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
125
+ "model.layers.20.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
126
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
127
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
128
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
129
+ "model.layers.20.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
130
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
131
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
132
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
133
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
134
+ "model.layers.21.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
135
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
136
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
137
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
138
+ "model.layers.21.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
139
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
140
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
141
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
142
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
143
+ "model.layers.22.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
144
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
145
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
146
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
147
+ "model.layers.22.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
148
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
149
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
150
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
151
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
152
+ "model.layers.23.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
153
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
154
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
155
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
156
+ "model.layers.23.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
157
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
158
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
159
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
160
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
161
+ "model.layers.24.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
162
+ "model.layers.24.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
163
+ "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
164
+ "model.layers.24.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
165
+ "model.layers.24.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
166
+ "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
167
+ "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
168
+ "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
169
+ "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
170
+ "model.layers.25.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
171
+ "model.layers.25.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
172
+ "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
173
+ "model.layers.25.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
174
+ "model.layers.25.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
175
+ "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
176
+ "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
177
+ "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
178
+ "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
179
+ "model.layers.26.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
180
+ "model.layers.26.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
181
+ "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
182
+ "model.layers.26.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
183
+ "model.layers.26.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
184
+ "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
185
+ "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
186
+ "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
187
+ "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
188
+ "model.layers.27.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
189
+ "model.layers.27.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
190
+ "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
191
+ "model.layers.27.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
192
+ "model.layers.27.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
193
+ "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
194
+ "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
195
+ "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
196
+ "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
197
+ "model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
198
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
199
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
200
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
201
+ "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
202
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
203
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
204
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
205
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
206
+ "model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
207
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
208
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
209
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
210
+ "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
211
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
212
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
213
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
214
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
215
+ "model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
216
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
217
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
218
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
219
+ "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
220
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
221
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
222
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
223
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
224
+ "model.layers.6.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
225
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
226
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
227
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
228
+ "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
229
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
230
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
231
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
232
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
233
+ "model.layers.7.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
234
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
235
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
236
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
237
+ "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
238
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
239
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
240
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
241
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
242
+ "model.layers.8.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
243
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
244
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
245
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
246
+ "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
247
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
248
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
249
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
250
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
251
+ "model.layers.9.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
252
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
253
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
254
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
255
+ "model.layers.9.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
256
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
257
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
258
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
259
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
260
+ "model.norm.weight": "pytorch_model-00004-of-00004.bin"
261
+ }
262
+ }
merged/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<bos>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<eos>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
merged/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db21bfaffa1fd75fd741df2d95dc51e539d5cc38b07934bae0d7d129db90662
3
+ size 17477581
merged/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6969e64047744a44bb3abfb5c50f8de0f7ed8b571d5444426ef931f651d1a0ef
3
+ size 4241111
merged/tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ }
37
+ },
38
+ "bos_token": "<bos>",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "<eos>",
41
+ "legacy": null,
42
+ "model_max_length": 1000000000000000019884624838656,
43
+ "pad_token": "<pad>",
44
+ "sp_model_kwargs": {},
45
+ "spaces_between_special_tokens": false,
46
+ "tokenizer_class": "GemmaTokenizer",
47
+ "unk_token": "<unk>",
48
+ "use_default_system_prompt": false
49
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<bos>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<eos>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db21bfaffa1fd75fd741df2d95dc51e539d5cc38b07934bae0d7d129db90662
3
+ size 17477581
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6969e64047744a44bb3abfb5c50f8de0f7ed8b571d5444426ef931f651d1a0ef
3
+ size 4241111
tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ }
37
+ },
38
+ "bos_token": "<bos>",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "<eos>",
41
+ "legacy": null,
42
+ "model_max_length": 1000000000000000019884624838656,
43
+ "pad_token": "<pad>",
44
+ "sp_model_kwargs": {},
45
+ "spaces_between_special_tokens": false,
46
+ "tokenizer_class": "GemmaTokenizer",
47
+ "unk_token": "<unk>",
48
+ "use_default_system_prompt": false
49
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6234a097c180d4a51d9d97718a0f5005d375531436c6de8986f7ad1229263f91
3
+ size 6008