File size: 486 Bytes
060f099
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "n_alpha": 24,
  "mask_id": 24,
  "blank_id": 25,
  "pad_id": 26,
  "n_char_ids": 27,
  "n_boundary": 4,
  "n_dia": 49,
  "n_punct": 7,
  "d_model": 1024,
  "n_heads": 16,
  "depth": 32,
  "char_window": 256,
  "attn_impl": "sdpa",
  "qk_norm": true,
  "use_cap": true,
  "scalar_mix": true,
  "model_type": "char_bert_meter",
  "auto_map": {
    "AutoConfig": "configuration_char_bert_meter.CharBertMeterConfig",
    "AutoModel": "modeling_char_bert_meter.CharBertMeterModel"
  }
}