patrickvonplaten commited on
Commit
624290b
1 Parent(s): e45d612

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
- "activation_dropout": 0.0,
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
@@ -55,11 +55,11 @@
55
  "initializer_range": 0.02,
56
  "intermediate_size": 4096,
57
  "layer_norm_eps": 1e-05,
58
- "layerdrop": 0.0,
59
- "mask_feature_length": 10,
60
- "mask_feature_prob": 0.0,
61
  "mask_time_length": 10,
62
- "mask_time_prob": 0.05,
63
  "model_type": "wav2vec2",
64
  "num_attention_heads": 16,
65
  "num_codevector_groups": 2,
1
  {
2
  "_name_or_path": "facebook/wav2vec2-xls-r-300m",
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_feature_length": 64,
60
+ "mask_feature_prob": 0.25,
61
  "mask_time_length": 10,
62
+ "mask_time_prob": 0.75,
63
  "model_type": "wav2vec2",
64
  "num_attention_heads": 16,
65
  "num_codevector_groups": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c7b89f84b35ff63d1dd221f9e4c5ff317a50936e03fffcd1e5245ea3771a7fb
3
  size 1262079473
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cabb19f1c25f296107243421abed5d152835f5b7cb458b9906b644fd8742fb3b
3
  size 1262079473
runs/Nov08_13-23-34_patrick-2-a100/1636378091.7632287/events.out.tfevents.1636378091.patrick-2-a100.5669.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb510fbcc0f1069942ee7f24772f3c9c5b4757b5373c950ece9c9a322385663
3
+ size 4554
runs/Nov08_13-23-34_patrick-2-a100/events.out.tfevents.1636378091.patrick-2-a100.5669.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd150269496deb679039ec911a7dbc2723bd0f43ef1e513d2b616f2a3a2cc1b0
3
+ size 10896
runs/Nov08_14-29-51_patrick-2-a100/1636382049.1033819/events.out.tfevents.1636382049.patrick-2-a100.13712.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72be774b90b9dc8a0d7b20fae25ef0d851ed7dd73e0f7fbab273c4cbd9b1f587
3
+ size 4554
runs/Nov08_14-29-51_patrick-2-a100/events.out.tfevents.1636382049.patrick-2-a100.13712.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88365218367b8d596663e857f8cea1de3e60850f22a3f5d163fdadfc02c94380
3
+ size 20482
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:f78028101b4f0386ea1c4649eaf68a7412d25f9f27b0198b0751f807bdf7900b
3
  size 2863
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2004380beeedc63282d29b9dd99b2ad254ee674ef7c7f46ba53f04d5b68522
3
  size 2863