oalz commited on
Commit
8068be2
·
verified ·
1 Parent(s): 22deb2e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "model_type": "custom_audio_cnn",
3
- "architectures": ["AudioClassifier"],
4
  "input_channels": 1,
5
  "conv_layers": [
6
  {
 
1
  {
2
+ "model_type": "wav2vec2",
3
+ "architectures": ["Wav2Vec2ForSequenceClassification"],
4
  "input_channels": 1,
5
  "conv_layers": [
6
  {