rossevine commited on
Commit
4e86d98
·
1 Parent(s): f5a1d92

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"
@@ -57,11 +61,22 @@
57
  "intermediate_size": 4096,
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 +85,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_Version3",
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"
 
61
  "intermediate_size": 4096,
62
  "layer_norm_eps": 1e-05,
63
  "layerdrop": 0.0,
64
+ "mask_channel_length": 10,
65
+ "mask_channel_min_space": 1,
66
+ "mask_channel_other": 0.0,
67
+ "mask_channel_prob": 0.0,
68
+ "mask_channel_selection": "static",
69
  "mask_feature_length": 10,
70
+ "mask_feature_min_masks": 0,
71
  "mask_feature_prob": 0.0,
72
  "mask_time_length": 10,
73
+ "mask_time_min_masks": 2,
74
+ "mask_time_min_space": 1,
75
+ "mask_time_other": 0.0,
76
  "mask_time_prob": 0.05,
77
+ "mask_time_selection": "static",
78
  "model_type": "wav2vec2",
79
+ "num_adapter_layers": 3,
80
  "num_attention_heads": 16,
81
  "num_codevector_groups": 2,
82
  "num_codevectors_per_group": 320,
 
85
  "num_feat_extract_layers": 7,
86
  "num_hidden_layers": 24,
87
  "num_negatives": 100,
88
+ "output_hidden_size": 1024,
89
  "pad_token_id": 28,
90
  "proj_codevector_dim": 768,
91
+ "tdnn_dilation": [
92
+ 1,
93
+ 2,
94
+ 3,
95
+ 1,
96
+ 1
97
+ ],
98
+ "tdnn_dim": [
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 512,
103
+ 1500
104
+ ],
105
+ "tdnn_kernel": [
106
+ 5,
107
+ 3,
108
+ 3,
109
+ 1,
110
+ 1
111
+ ],
112
  "torch_dtype": "float32",
113
+ "transformers_version": "4.31.0",
114
  "use_weighted_layer_sum": false,
115
+ "vocab_size": 31,
116
+ "xvector_output_dim": 512
117
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab72eb2b7bbbbb5387259b2ef023fc2e8fff7869ec37cd9b51aaff518829659d
3
- size 1262050737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac22622a40297bfd8f30945650e48d5e6c946eefca817bcabe3009bc54f567ae
3
+ size 1262028973
runs/Aug24_00-10-11_hpc-Aquarium2/events.out.tfevents.1692812166.hpc-Aquarium2.60725.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fba9781c8f681642cbb039317733e1d4982bfa143e67583cd63bd74dad693c9
3
+ size 6255
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8819fce20ccc6badf52d26d3c71a669e5196a902a7afd1db92f59bbb43601ba5
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4634c9a6b70a5779240886639953cdff79ad0863f0c90c5db378fa040e981d
3
+ size 3963