File size: 2,105 Bytes
1936656 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | {
"module": "keras_hub.src.models.smollm3.smollm3_causal_lm_preprocessor",
"class_name": "SmolLM3CausalLMPreprocessor",
"config": {
"name": "smol_lm3_causal_lm_preprocessor_1",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"tokenizer": {
"module": "keras_hub.src.models.smollm3.smollm3_tokenizer",
"class_name": "SmolLM3Tokenizer",
"config": {
"name": "smol_lm3_tokenizer",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "int32"
},
"registered_name": null
},
"config_file": "tokenizer.json",
"sequence_length": null,
"add_prefix_space": false,
"unsplittable_tokens": [
"<think>",
"<tool_call>",
"<|end_header_id|>",
"<|eot_id|>",
"<|im_end|>",
"<|end_of_text|>",
"</think>",
"<tool_response>",
"<|im_start|>",
"</tool_response>",
"</tool_call>",
"<|start_header_id|>",
"<|begin_of_text|>",
"<|eom_id|>",
"<code>",
"</code>",
"<|python_tag|>",
"<|finetune_right_pad_id|>"
]
},
"registered_name": "keras_hub>SmolLM3Tokenizer"
},
"config_file": "preprocessor.json",
"sequence_length": 1024,
"add_start_token": true,
"add_end_token": true
},
"registered_name": "keras_hub>SmolLM3CausalLMPreprocessor"
} |