Fix typo in config.json

#1
by cloverlake - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1069,7 +1069,7 @@
1069
  "Zither": 150
1070
  },
1071
  "layer_norm_eps": 1e-12,
1072
- "model_type": "audio-spectogram-transformer",
1073
  "num_attention_heads": 12,
1074
  "num_hidden_layers": 12,
1075
  "patch_size": 16,
 
1069
  "Zither": 150
1070
  },
1071
  "layer_norm_eps": 1e-12,
1072
+ "model_type": "audio-spectrogram-transformer",
1073
  "num_attention_heads": 12,
1074
  "num_hidden_layers": 12,
1075
  "patch_size": 16,