danielhanchen commited on
Commit
22fb49b
·
verified ·
1 Parent(s): a18d3ec

Add files using upload-large-folder tool

Browse files
config.json CHANGED
@@ -3,14 +3,15 @@
3
  "Gemma3ForConditionalGeneration"
4
  ],
5
  "boi_token_index": 255999,
6
- "bos_token_id": 2,
7
  "eoi_token_index": 256000,
8
- "eos_token_id": 106,
 
 
 
9
  "image_token_index": 262144,
10
  "initializer_range": 0.02,
11
  "mm_tokens_per_image": 256,
12
  "model_type": "gemma3",
13
- "pad_token_id": 0,
14
  "text_config": {
15
  "attention_bias": false,
16
  "attention_dropout": 0.0,
@@ -42,8 +43,7 @@
42
  "vocab_size": 262208
43
  },
44
  "torch_dtype": "bfloat16",
45
- "transformers_version": "4.52.0.dev0",
46
- "unsloth_fixed": true,
47
  "vision_config": {
48
  "attention_dropout": 0.0,
49
  "hidden_act": "gelu_pytorch_tanh",
 
3
  "Gemma3ForConditionalGeneration"
4
  ],
5
  "boi_token_index": 255999,
 
6
  "eoi_token_index": 256000,
7
+ "eos_token_id": [
8
+ 1,
9
+ 106
10
+ ],
11
  "image_token_index": 262144,
12
  "initializer_range": 0.02,
13
  "mm_tokens_per_image": 256,
14
  "model_type": "gemma3",
 
15
  "text_config": {
16
  "attention_bias": false,
17
  "attention_dropout": 0.0,
 
43
  "vocab_size": 262208
44
  },
45
  "torch_dtype": "bfloat16",
46
+ "transformers_version": "4.51.0",
 
47
  "vision_config": {
48
  "attention_dropout": 0.0,
49
  "hidden_act": "gelu_pytorch_tanh",
generation_config.json CHANGED
@@ -1,13 +1,11 @@
1
  {
2
- "bos_token_id": 2,
3
  "cache_implementation": "hybrid",
4
  "do_sample": true,
5
  "eos_token_id": [
6
  1,
7
  106
8
  ],
9
- "pad_token_id": 0,
10
  "top_k": 64,
11
  "top_p": 0.95,
12
- "transformers_version": "4.52.0.dev0"
13
  }
 
1
  {
 
2
  "cache_implementation": "hybrid",
3
  "do_sample": true,
4
  "eos_token_id": [
5
  1,
6
  106
7
  ],
 
8
  "top_k": 64,
9
  "top_p": 0.95,
10
+ "transformers_version": "4.51.0"
11
  }
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff