File size: 590 Bytes
f5c9db9 c2ab383 f5c9db9 c2ab383 f5c9db9 cc16fa2 f5c9db9 cc16fa2 f5c9db9 c2ab383 f5c9db9 c2ab383 f5c9db9 c2ab383 |
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 35 |
{
"architectures": [
"NdeModelForAudioClassification"
],
"classifier_dropout": 0.2,
"embed_dim": 384,
"encoder_layerdrop": 0.2,
"id2label": {
"0": "down",
"1": "go",
"2": "left",
"3": "no",
"4": "right",
"5": "stop",
"6": "up",
"7": "yes"
},
"label2id": {
"down": 0,
"go": 1,
"left": 2,
"no": 3,
"right": 4,
"stop": 5,
"up": 6,
"yes": 7
},
"max_positions": 100,
"num_mel_bins": 80,
"pad_token_id": 0.0,
"torch_dtype": "float32",
"transformer_dropout": 0.3,
"transformers_version": "4.44.2"
}
|