Upload config.json with huggingface_hub
Browse files- config.json +22 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "BCResNet8",
|
| 3 |
+
"num_classes": 11,
|
| 4 |
+
"classes": [
|
| 5 |
+
"_silence_",
|
| 6 |
+
"down",
|
| 7 |
+
"go",
|
| 8 |
+
"left",
|
| 9 |
+
"no",
|
| 10 |
+
"off",
|
| 11 |
+
"on",
|
| 12 |
+
"right",
|
| 13 |
+
"stop",
|
| 14 |
+
"up",
|
| 15 |
+
"yes"
|
| 16 |
+
],
|
| 17 |
+
"n_mels": 80,
|
| 18 |
+
"film_dim": 0,
|
| 19 |
+
"val_accuracy": 87.40909090909092,
|
| 20 |
+
"epoch": 29,
|
| 21 |
+
"parameters": 2444
|
| 22 |
+
}
|