File size: 364 Bytes
20e6e81 b976bef 20e6e81 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"architectures": [
"HfMoondream"
],
"auto_map": {
"AutoConfig": "hf_moondream.HfConfig",
"AutoModelForCausalLM": "hf_moondream.HfMoondream"
},
"config": {
"skills": [
"query",
"caption",
"detect",
"point"
]
},
"model_type": "moondream3",
"torch_dtype": "bfloat16",
"transformers_version": "4.51.1"
}
|