patrickvonplaten commited on
Commit
4a77977
1 Parent(s): 5a16a0c
Files changed (2) hide show
  1. config.json +28 -3
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
 
2
  "activation_dropout": 0.1,
3
  "apply_spec_augment": true,
4
  "architectures": [
5
- "UniSpeechSatForCTC"
6
  ],
7
  "attention_dropout": 0.1,
8
  "bos_token_id": 1,
@@ -46,8 +47,10 @@
46
  "layer_norm_eps": 1e-05,
47
  "layerdrop": 0.1,
48
  "mask_feature_length": 10,
 
49
  "mask_feature_prob": 0.0,
50
  "mask_time_length": 10,
 
51
  "mask_time_prob": 0.05,
52
  "model_type": "unispeech-sat",
53
  "num_attention_heads": 2,
@@ -62,8 +65,30 @@
62
  "pad_token_id": 0,
63
  "proj_codevector_dim": 256,
64
  "replace_prob": 0.5,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  "torch_dtype": "float32",
66
- "transformers_version": "4.12.0.dev0",
67
  "use_weighted_layer_sum": false,
68
- "vocab_size": 32
 
69
  }
1
  {
2
+ "_name_or_path": "./",
3
  "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
+ "UniSpeechSatForSequenceClassification"
7
  ],
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 1,
47
  "layer_norm_eps": 1e-05,
48
  "layerdrop": 0.1,
49
  "mask_feature_length": 10,
50
+ "mask_feature_min_masks": 0,
51
  "mask_feature_prob": 0.0,
52
  "mask_time_length": 10,
53
+ "mask_time_min_masks": 2,
54
  "mask_time_prob": 0.05,
55
  "model_type": "unispeech-sat",
56
  "num_attention_heads": 2,
65
  "pad_token_id": 0,
66
  "proj_codevector_dim": 256,
67
  "replace_prob": 0.5,
68
+ "tdnn_dilation": [
69
+ 1,
70
+ 2,
71
+ 3,
72
+ 1,
73
+ 1
74
+ ],
75
+ "tdnn_dim": [
76
+ 512,
77
+ 512,
78
+ 512,
79
+ 512,
80
+ 1500
81
+ ],
82
+ "tdnn_kernel": [
83
+ 5,
84
+ 3,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
  "torch_dtype": "float32",
90
+ "transformers_version": "4.16.0.dev0",
91
  "use_weighted_layer_sum": false,
92
+ "vocab_size": 32,
93
+ "xvector_output_dim": 512
94
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b23b6f9effbd1924fd270668aa133e69f414d4bb5b4647f2096a37cdfe2ddb49
3
- size 144684
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25fead51db8fb889d79a235bc72c9962e5306e268c05818fb29b3460e3e909bc
3
+ size 159968