Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"BLANK_ID": 256,
|
3 |
"PRED_RNN_HIDDEN_DIM": 640,
|
4 |
"PRED_RNN_LAYERS": 2,
|
|
|
1 |
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoConfig": "model.IndicASRConfig",
|
4 |
+
"AutoModel": "model.IndicASR"
|
5 |
+
},
|
6 |
"BLANK_ID": 256,
|
7 |
"PRED_RNN_HIDDEN_DIM": 640,
|
8 |
"PRED_RNN_LAYERS": 2,
|