CoolFace
Modelpublic

Monsia/nde_audio_classification-3

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
config.json35 linesDownload Raw Back to root
1{2  "architectures": [3    "NdeModelForAudioClassification"4  ],5  "classifier_dropout": 0.2,6  "embed_dim": 384,7  "encoder_layerdrop": 0.2,8  "id2label": {9    "0": "down",10    "1": "go",11    "2": "left",12    "3": "no",13    "4": "right",14    "5": "stop",15    "6": "up",16    "7": "yes"17  },18  "label2id": {19    "down": 0,20    "go": 1,21    "left": 2,22    "no": 3,23    "right": 4,24    "stop": 5,25    "up": 6,26    "yes": 727  },28  "max_positions": 100,29  "num_mel_bins": 80,30  "pad_token_id": 0.0,31  "torch_dtype": "float32",32  "transformer_dropout": 0.3,33  "transformers_version": "4.44.2"34}35