rossevine commited on
Commit
fca1f7d
1 Parent(s): 9d0ddc3

Training in progress, step 400

Browse files
config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
  "_name_or_path": "rossevine/Model_G_Wav2Vec2",
3
  "activation_dropout": 0.0,
 
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
@@ -58,10 +62,13 @@
58
  "layer_norm_eps": 1e-05,
59
  "layerdrop": 0.0,
60
  "mask_feature_length": 10,
 
61
  "mask_feature_prob": 0.0,
62
  "mask_time_length": 10,
 
63
  "mask_time_prob": 0.05,
64
  "model_type": "wav2vec2",
 
65
  "num_attention_heads": 16,
66
  "num_codevector_groups": 2,
67
  "num_codevectors_per_group": 320,
@@ -70,10 +77,33 @@
70
  "num_feat_extract_layers": 7,
71
  "num_hidden_layers": 24,
72
  "num_negatives": 100,
 
73
  "pad_token_id": 28,
74
  "proj_codevector_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  "torch_dtype": "float32",
76
- "transformers_version": "4.11.3",
77
  "use_weighted_layer_sum": false,
78
- "vocab_size": 31
 
79
  }
 
1
  {
2
  "_name_or_path": "rossevine/Model_G_Wav2Vec2",
3
  "activation_dropout": 0.0,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
  "apply_spec_augment": true,
9
  "architectures": [
10
  "Wav2Vec2ForCTC"
 
62
  "layer_norm_eps": 1e-05,
63
  "layerdrop": 0.0,
64
  "mask_feature_length": 10,
65
+ "mask_feature_min_masks": 0,
66
  "mask_feature_prob": 0.0,
67
  "mask_time_length": 10,
68
+ "mask_time_min_masks": 2,
69
  "mask_time_prob": 0.05,
70
  "model_type": "wav2vec2",
71
+ "num_adapter_layers": 3,
72
  "num_attention_heads": 16,
73
  "num_codevector_groups": 2,
74
  "num_codevectors_per_group": 320,
 
77
  "num_feat_extract_layers": 7,
78
  "num_hidden_layers": 24,
79
  "num_negatives": 100,
80
+ "output_hidden_size": 1024,
81
  "pad_token_id": 28,
82
  "proj_codevector_dim": 768,
83
+ "tdnn_dilation": [
84
+ 1,
85
+ 2,
86
+ 3,
87
+ 1,
88
+ 1
89
+ ],
90
+ "tdnn_dim": [
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 512,
95
+ 1500
96
+ ],
97
+ "tdnn_kernel": [
98
+ 5,
99
+ 3,
100
+ 3,
101
+ 1,
102
+ 1
103
+ ],
104
  "torch_dtype": "float32",
105
+ "transformers_version": "4.31.0",
106
  "use_weighted_layer_sum": false,
107
+ "vocab_size": 31,
108
+ "xvector_output_dim": 512
109
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c6bb3b6987689cbf4547302be43ec8a1df603f9706ee72d293d3e5a102725ce
3
- size 1262050737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b407a6d72dec5f63dd3e736473937d391cebde79c1848c67a6fb86bdd8cf4905
3
+ size 1262028973
runs/Aug21_10-05-45_hpc-Aquarium2/events.out.tfevents.1692587543.hpc-Aquarium2.11212.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41209003ccd419c936d1a156a20516662b7d157015b984824d1d68693810a080
3
+ size 6002
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e1bd7e7f54fbe14bd66b2e2491b1e608848588bdd0e39490429085b84b4d5e1
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c16a3c565bee17db3ef4e274687f86a4cad0d2eb78c7cd950a40e712c7d30ae
3
+ size 3963