cwkeam commited on
Commit
a48f800
1 Parent(s): cfe562c

change config to mctct

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "MCTCForCTC"
4
  ],
5
  "attention_head_dim": 384,
6
  "attention_probs_dropout_prob": 0.3,
@@ -27,7 +27,7 @@
27
  "layer_norm_eps": 1e-05,
28
  "layerdrop": 0.3,
29
  "max_position_embeddings": 920,
30
- "model_type": "mctc",
31
  "num_attention_heads": 4,
32
  "num_conv_layers": 1,
33
  "num_hidden_layers": 36,
 
1
  {
2
  "architectures": [
3
+ "MCTCTForCTC"
4
  ],
5
  "attention_head_dim": 384,
6
  "attention_probs_dropout_prob": 0.3,
 
27
  "layer_norm_eps": 1e-05,
28
  "layerdrop": 0.3,
29
  "max_position_embeddings": 920,
30
+ "model_type": "mctct",
31
  "num_attention_heads": 4,
32
  "num_conv_layers": 1,
33
  "num_hidden_layers": 36,