LisaV3 / generation_config.json
Qybera's picture
LisaV3 update
a0bd5e7 verified
raw
history blame contribute delete
669 Bytes
{
"bos_token_id": 2,
"eos_token_id": 3,
"pad_token_id": 0,
"max_length": 512,
"max_new_tokens": 256,
"min_length": 1,
"do_sample": true,
"early_stopping": true,
"num_beams": 1,
"temperature": 0.7,
"top_k": 50,
"top_p": 0.9,
"repetition_penalty": 1.1,
"length_penalty": 1.0,
"no_repeat_ngram_size": 3,
"transformers_version": "4.36.0",
"lisa_optimized": true,
"multimodal_generation": true,
"real_time_processing": true,
"streaming_support": true,
"lisa_identity": {
"self_aware": true,
"origin": "Kenya, Africa",
"team": "LISA Team",
"cultural_context": "African AI development"
}
}