File size: 537 Bytes
a49db27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "HfMoondream"
  ],
  "auto_map": {
    "AutoConfig": "hf_moondream.HfConfig",
    "AutoModelForCausalLM": "hf_moondream.HfMoondream"
  },
  "config": {
    "skills": [
      "query",
      "caption",
      "detect",
      "point"
    ]
  },
  "model_type": "moondream3",
  "quantization": {
    "group_size": 64,
    "bits": 4,
    "mode": "affine"
  },
  "quantization_config": {
    "group_size": 64,
    "bits": 4,
    "mode": "affine"
  },
  "torch_dtype": "bfloat16",
  "transformers_version": "4.51.1"
}