yizhilll commited on
Commit
48ca8f9
1 Parent(s): 7f2d9bc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -3
config.json CHANGED
@@ -1,10 +1,16 @@
1
  {
2
- "_name_or_path": "yizhi/musichubert",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
- "MusicHubertModel"
7
  ],
 
 
 
 
 
 
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 1,
10
  "classifier_proj_size": 256,
@@ -63,7 +69,6 @@
63
  "mask_time_length": 10,
64
  "mask_time_min_masks": 2,
65
  "mask_time_prob": 0.05,
66
- "model_type": "music_hubert",
67
  "num_attention_heads": 12,
68
  "num_conv_pos_embedding_groups": 16,
69
  "num_conv_pos_embeddings": 128,
 
1
  {
2
+ "_name_or_path": "m-a-p/MERT-v0-public",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
+ "MERTModel"
7
  ],
8
+ "attention_relax": -1.0,
9
+ "auto_map": {
10
+ "AutoConfig": "configuration_MERT.MERTConfig",
11
+ "AutoModel": "modeling_MERT.MERTModel"
12
+ },
13
+ "model_type": "mert_model",
14
  "attention_dropout": 0.1,
15
  "bos_token_id": 1,
16
  "classifier_proj_size": 256,
 
69
  "mask_time_length": 10,
70
  "mask_time_min_masks": 2,
71
  "mask_time_prob": 0.05,
 
72
  "num_attention_heads": 12,
73
  "num_conv_pos_embedding_groups": 16,
74
  "num_conv_pos_embeddings": 128,