Safetensors
GGUF
English
gemma3_text
base
sml
void
pretrained-from-scratch
appvoid commited on
Commit
0d5cfc2
·
verified ·
1 Parent(s): 429dbc0

Continued pretraining: FineWeb-Edu + rewrite6 byte hybrid + no-prompt-15k

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +21 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "boi_token": "<start_of_image>",
4
+ "bos_token": "<bos>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eoi_token": "<end_of_image>",
7
+ "eos_token": "<eos>",
8
+ "is_local": false,
9
+ "local_files_only": false,
10
+ "mask_token": "<mask>",
11
+ "model_max_length": 1000000000000000019884624838656,
12
+ "model_specific_special_tokens": {
13
+ "boi_token": "<start_of_image>",
14
+ "eoi_token": "<end_of_image>"
15
+ },
16
+ "pad_token": "<pad>",
17
+ "padding_side": "left",
18
+ "tokenizer_class": "GemmaTokenizer",
19
+ "truncation_side": "right",
20
+ "unk_token": "<unk>"
21
+ }