mrfakename commited on
Commit
d3712a2
·
verified ·
1 Parent(s): d86037e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "m-a-p/MERT-v1-330M",
3
  "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
@@ -86,7 +86,8 @@
86
  "sample_rate": 24000,
87
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
88
  "torch_dtype": "float32",
89
- "transformers_version": "4.27.1",
90
  "use_weighted_layer_sum": false,
91
- "vocab_size": 32
92
- }
 
 
1
  {
2
+ "_name_or_path": "MERT-v1-330M",
3
  "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
 
86
  "sample_rate": 24000,
87
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
88
  "torch_dtype": "float32",
89
+ "transformers_version": "4.40.2",
90
  "use_weighted_layer_sum": false,
91
+ "vocab_size": 32,
92
+ "conv_pos_batch_norm": false
93
+ }