File size: 850 Bytes
e4ab6c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
{
  "architecture": "EuroBertForTokenClassification",
  "format": "mlx",
  "implementation": "modeling_eurobert_mlx.py",
  "source_model": "feyninc/pulpie-orange-small",
  "variants": {
    "model-4bit.safetensors": {
      "description": "MLX affine weight quantized 4-bit variant.",
      "dtype": "quantized",
      "quantization": {
        "bits": 4,
        "group_size": 64,
        "mode": "affine"
      }
    },
    "model-8bit.safetensors": {
      "description": "MLX affine weight quantized 8-bit variant.",
      "dtype": "quantized",
      "quantization": {
        "bits": 8,
        "group_size": 64,
        "mode": "affine"
      }
    },
    "model-bf16.safetensors": {
      "description": "Native 16-bit BF16 MLX weights converted from the source safetensors.",
      "dtype": "bfloat16",
      "quantization": null
    }
  }
}