Safetensors
Russian
gemma3
IlyaGusev commited on
Commit
7e88371
·
verified ·
1 Parent(s): eb24492

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -1
generation_config.json CHANGED
@@ -7,5 +7,9 @@
7
  106
8
  ],
9
  "pad_token_id": 0,
10
- "transformers_version": "4.51.0.dev0"
 
 
 
 
11
  }
 
7
  106
8
  ],
9
  "pad_token_id": 0,
10
+ "do_sample": true,
11
+ "max_new_tokens": 4096,
12
+ "temperature": 0.6,
13
+ "top_p": 0.95,
14
+ "transformers_version": "4.51.3"
15
  }