patrickvonplaten commited on
Commit
fe09b5c
1 Parent(s): 19498de

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
- "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
@@ -55,18 +55,18 @@
55
  "initializer_range": 0.02,
56
  "intermediate_size": 4096,
57
  "layer_norm_eps": 1e-05,
58
- "layerdrop": 0.0,
59
  "mask_channel_length": 10,
60
  "mask_channel_min_space": 1,
61
  "mask_channel_other": 0.0,
62
  "mask_channel_prob": 0.0,
63
  "mask_channel_selection": "static",
64
- "mask_feature_length": 10,
65
- "mask_feature_prob": 0.0,
66
  "mask_time_length": 10,
67
  "mask_time_min_space": 1,
68
  "mask_time_other": 0.0,
69
- "mask_time_prob": 0.05,
70
  "mask_time_selection": "static",
71
  "model_type": "wav2vec2",
72
  "num_attention_heads": 16,
1
  {
2
  "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
+ "activation_dropout": 0.1,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
55
  "initializer_range": 0.02,
56
  "intermediate_size": 4096,
57
  "layer_norm_eps": 1e-05,
58
+ "layerdrop": 0.1,
59
  "mask_channel_length": 10,
60
  "mask_channel_min_space": 1,
61
  "mask_channel_other": 0.0,
62
  "mask_channel_prob": 0.0,
63
  "mask_channel_selection": "static",
64
+ "mask_feature_length": 64,
65
+ "mask_feature_prob": 0.25,
66
  "mask_time_length": 10,
67
  "mask_time_min_space": 1,
68
  "mask_time_other": 0.0,
69
+ "mask_time_prob": 0.75,
70
  "mask_time_selection": "static",
71
  "model_type": "wav2vec2",
72
  "num_attention_heads": 16,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b860c2b1644c83a52969dd0d42c89d5c49cb3b729ff4da118be394d80f0ab964
3
  size 1262079473
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd91cad66f7bdc558b3c4c866215bfe49230c94b6cb39503eb291dd4789ccbaf
3
  size 1262079473
runs/Nov08_13-23-41_patrick-2-a100/1636378091.0001495/events.out.tfevents.1636378091.patrick-2-a100.5789.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913717a070a276b0c44b44a760cf547307a8cbee3ba29b2bc142330850c05211
3
+ size 4578
runs/Nov08_13-23-41_patrick-2-a100/events.out.tfevents.1636378090.patrick-2-a100.5789.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a65eff95a322723cbe9ca81285256d2bc66e4652fd28810d3abe2ea4bec99b
3
+ size 11296
runs/Nov08_14-29-46_patrick-2-a100/1636382051.555555/events.out.tfevents.1636382051.patrick-2-a100.13624.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ceac56a78c5660874eb177d527c7661c2df6a6997c026a5883c84ae72a58ec
3
+ size 4578
runs/Nov08_14-29-46_patrick-2-a100/events.out.tfevents.1636382051.patrick-2-a100.13624.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8bfb27a359f840532fadcef127409201b1ac3667833b227936cd9ce0403a203
3
+ size 20725
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55ebe0b8a83c095ceb6551dc4a6b66acc398ae60f67783b7d9b203667b264a1a
3
  size 2863
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8abf71288b221eaa638e038547066c41f8cc41fcdd65ad4753afd6c131b8f89
3
  size 2863