OmniCT-3B / generation_config.json
lintw's picture
Upload folder using huggingface_hub
db45921 verified
raw
history blame contribute delete
480 Bytes
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"training_stage": "sft",
"transformers_version": "4.57.3",
"vision_adapter_path": "checkpoint/omnict___pt___medevalct/qwen25_3b_siglip/model.safetensors",
"vision_tower_path": "/mnt/lintianwei/linxu/my_project/CTGPT/model_weights/google/siglip-so400m-patch14-384"
}