rossevine commited on
Commit
5600082
1 Parent(s): 9945b12

Training in progress, step 400

Browse files
config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-xls-r-300m",
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": "facebook/wav2vec2-large-xlsr-53",
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:c800ca765ca96e686a9bf6443aae0aec4dcea8d3cf7e28fb07774701ab85702d
3
- size 1262050737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24af287edeb680f67f3770f5d153ac6d1dadd7459c3b0fbbac3f6c1a88a4271e
3
+ size 1262028973
runs/Aug24_10-28-57_hpc-Aquarium2/events.out.tfevents.1692849667.hpc-Aquarium2.71379.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96909885a2a88a4bbbaa6a0ee9da8dd7cfe6e2320acd594553ddffbefce382aa
3
+ size 4136
runs/Aug24_11-03-21_hpc-Aquarium2/events.out.tfevents.1692849820.hpc-Aquarium2.71877.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d76e46a25e5e323555c427542fe8e1bb3c25b6cb25b6d415b27114563ed96a
3
+ size 6240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b36ddba5b12d94a0189e8a2603e249ea8f2614146182edf69c7743751b6135c5
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89bf94b92d1be67810ac91c1e3b61321ad9bc5a5924cb2ac1d435c7329ddc01
3
+ size 3963