File size: 718 Bytes
23ffc1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
{
  "format": "safetensors",
  "description": "Auxiliary decoder prediction-head tensors retained from training. These are not loaded by the default HF/vLLM inference path.",
  "tensor_file": "auxiliary_prediction_heads.safetensors.extra",
  "tensors": {
    "decoder.extra_heads.0.bias": {
      "shape": [
        1024
      ],
      "dtype": "float32"
    },
    "decoder.extra_heads.0.weight": {
      "shape": [
        1024,
        1024
      ],
      "dtype": "float32"
    },
    "decoder.extra_proj.0.bias": {
      "shape": [
        1024
      ],
      "dtype": "float32"
    },
    "decoder.extra_proj.0.weight": {
      "shape": [
        1024,
        1024
      ],
      "dtype": "float32"
    }
  }
}