patrickvonplaten commited on
Commit
c8adb08
1 Parent(s): 85c73b1

upload new weights

Browse files
Files changed (2) hide show
  1. config.json +10 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -2,10 +2,12 @@
2
  "activation_dropout": 0.1,
3
  "apply_spec_augment": true,
4
  "architectures": [
5
- "Wav2Vec2Model"
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 1,
 
 
9
  "conv_bias": false,
10
  "conv_dim": [
11
  512,
@@ -36,12 +38,14 @@
36
  ],
37
  "ctc_loss_reduction": "sum",
38
  "ctc_zero_infinity": false,
 
39
  "do_stable_layer_norm": false,
40
  "eos_token_id": 2,
41
  "feat_extract_activation": "gelu",
42
  "feat_extract_dropout": 0.0,
43
  "feat_extract_norm": "group",
44
  "feat_proj_dropout": 0.1,
 
45
  "final_dropout": 0.1,
46
  "gradient_checkpointing": false,
47
  "hidden_act": "gelu",
@@ -58,11 +62,15 @@
58
  "mask_time_prob": 0.05,
59
  "model_type": "wav2vec2",
60
  "num_attention_heads": 16,
 
 
61
  "num_conv_pos_embedding_groups": 16,
62
  "num_conv_pos_embeddings": 128,
63
  "num_feat_extract_layers": 7,
64
  "num_hidden_layers": 24,
 
65
  "pad_token_id": 0,
66
- "transformers_version": "4.4.0.dev0",
 
67
  "vocab_size": 32
68
  }
2
  "activation_dropout": 0.1,
3
  "apply_spec_augment": true,
4
  "architectures": [
5
+ "Wav2Vec2ForPreTraining"
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 1,
9
+ "codevector_dim": 768,
10
+ "contrastive_logits_temperature": 0.1,
11
  "conv_bias": false,
12
  "conv_dim": [
13
  512,
38
  ],
39
  "ctc_loss_reduction": "sum",
40
  "ctc_zero_infinity": false,
41
+ "diversity_loss_weight": 0.1,
42
  "do_stable_layer_norm": false,
43
  "eos_token_id": 2,
44
  "feat_extract_activation": "gelu",
45
  "feat_extract_dropout": 0.0,
46
  "feat_extract_norm": "group",
47
  "feat_proj_dropout": 0.1,
48
+ "feat_quantizer_dropout": 0.0,
49
  "final_dropout": 0.1,
50
  "gradient_checkpointing": false,
51
  "hidden_act": "gelu",
62
  "mask_time_prob": 0.05,
63
  "model_type": "wav2vec2",
64
  "num_attention_heads": 16,
65
+ "num_codevector_groups": 2,
66
+ "num_codevectors_per_group": 320,
67
  "num_conv_pos_embedding_groups": 16,
68
  "num_conv_pos_embeddings": 128,
69
  "num_feat_extract_layers": 7,
70
  "num_hidden_layers": 24,
71
+ "num_negatives": 100,
72
  "pad_token_id": 0,
73
+ "proj_codevector_dim": 768,
74
+ "transformers_version": "4.7.0.dev0",
75
  "vocab_size": 32
76
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19d5205f3b520d9ff2e982d5aed82bf7d9d855ddb78a64c11fc1b33569b1c05f
3
- size 1261874330
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6502e658c56f241a4f2baf9e6ea44821fa01828a54677b4a1106702d5b084d1c
3
+ size 1269691161