mistral_7b_en / preprocessor.json
Divyasreepat's picture
Upload folder using huggingface_hub
e838f1e verified
raw
history blame
1.44 kB
{
"module": "keras_hub.src.models.mistral.mistral_causal_lm_preprocessor",
"class_name": "MistralCausalLMPreprocessor",
"config": {
"name": "mistral_causal_lm_preprocessor",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "bfloat16"
},
"registered_name": null
},
"tokenizer": {
"module": "keras_hub.src.models.mistral.mistral_tokenizer",
"class_name": "MistralTokenizer",
"config": {
"name": "mistral_tokenizer",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "int32"
},
"registered_name": null
},
"config_file": "tokenizer.json",
"proto": null,
"sequence_length": null,
"add_bos": false,
"add_eos": false
},
"registered_name": "keras_hub>MistralTokenizer"
},
"config_file": "preprocessor.json",
"sequence_length": 1024,
"add_start_token": true,
"add_end_token": true
},
"registered_name": "keras_hub>MistralCausalLMPreprocessor"
}