x574chen commited on
Commit
0f9718d
1 Parent(s): 176e453

Training in progress, step 400

Browse files
Files changed (29) hide show
  1. added_tokens.json +1 -4
  2. config.json +2 -31
  3. pytorch_model.bin +2 -2
  4. runs/Jun05_14-57-19_xchen-a100-1x/1654441217.9788818/events.out.tfevents.1654441217.xchen-a100-1x.58383.1 +3 -0
  5. runs/Jun05_14-57-19_xchen-a100-1x/events.out.tfevents.1654441217.xchen-a100-1x.58383.0 +3 -0
  6. runs/Jun05_15-02-17_xchen-a100-1x/1654441498.9979591/events.out.tfevents.1654441498.xchen-a100-1x.58933.1 +3 -0
  7. runs/Jun05_15-02-17_xchen-a100-1x/events.out.tfevents.1654441498.xchen-a100-1x.58933.0 +3 -0
  8. runs/Jun05_15-11-40_xchen-a100-1x/1654442050.8597293/events.out.tfevents.1654442050.xchen-a100-1x.59249.1 +3 -0
  9. runs/Jun05_15-11-40_xchen-a100-1x/events.out.tfevents.1654442050.xchen-a100-1x.59249.0 +3 -0
  10. runs/Jun05_15-15-09_xchen-a100-1x/1654442260.9508266/events.out.tfevents.1654442260.xchen-a100-1x.59565.1 +3 -0
  11. runs/Jun05_15-15-09_xchen-a100-1x/events.out.tfevents.1654442260.xchen-a100-1x.59565.0 +3 -0
  12. runs/Jun05_15-18-56_xchen-a100-1x/1654442490.739478/events.out.tfevents.1654442490.xchen-a100-1x.59922.1 +3 -0
  13. runs/Jun05_15-18-56_xchen-a100-1x/events.out.tfevents.1654442490.xchen-a100-1x.59922.0 +3 -0
  14. runs/Jun05_15-22-50_xchen-a100-1x/1654442721.0029685/events.out.tfevents.1654442721.xchen-a100-1x.60242.1 +3 -0
  15. runs/Jun05_15-22-50_xchen-a100-1x/events.out.tfevents.1654442720.xchen-a100-1x.60242.0 +3 -0
  16. runs/Jun05_15-28-53_xchen-a100-1x/1654443082.2729797/events.out.tfevents.1654443082.xchen-a100-1x.60558.1 +3 -0
  17. runs/Jun05_15-28-53_xchen-a100-1x/events.out.tfevents.1654443082.xchen-a100-1x.60558.0 +3 -0
  18. runs/Jun05_15-31-43_xchen-a100-1x/1654443255.82949/events.out.tfevents.1654443255.xchen-a100-1x.60877.1 +3 -0
  19. runs/Jun05_15-31-43_xchen-a100-1x/events.out.tfevents.1654443255.xchen-a100-1x.60877.0 +3 -0
  20. runs/Jun05_15-34-43_xchen-a100-1x/1654443433.3413112/events.out.tfevents.1654443433.xchen-a100-1x.61197.1 +3 -0
  21. runs/Jun05_15-34-43_xchen-a100-1x/events.out.tfevents.1654443433.xchen-a100-1x.61197.0 +3 -0
  22. runs/Jun05_15-44-25_xchen-a100-1x/1654444015.730825/events.out.tfevents.1654444015.xchen-a100-1x.61513.1 +3 -0
  23. runs/Jun05_15-44-25_xchen-a100-1x/events.out.tfevents.1654444015.xchen-a100-1x.61513.0 +3 -0
  24. runs/Jun05_15-51-27_xchen-a100-1x/1654444464.6320996/events.out.tfevents.1654444464.xchen-a100-1x.61830.1 +3 -0
  25. runs/Jun05_15-51-27_xchen-a100-1x/events.out.tfevents.1654444464.xchen-a100-1x.61830.0 +3 -0
  26. special_tokens_map.json +1 -22
  27. tokenizer_config.json +1 -12
  28. training_args.bin +2 -2
  29. vocab.json +1 -41
added_tokens.json CHANGED
@@ -1,4 +1 @@
1
- {
2
- "</s>": 40,
3
- "<s>": 39
4
- }
 
1
+ {"<s>": 39, "</s>": 40}
 
 
 
config.json CHANGED
@@ -1,9 +1,6 @@
1
  {
2
  "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.0,
4
- "adapter_kernel_size": 3,
5
- "adapter_stride": 2,
6
- "add_adapter": false,
7
  "apply_spec_augment": true,
8
  "architectures": [
9
  "Wav2Vec2ForCTC"
@@ -65,16 +62,13 @@
65
  "mask_channel_prob": 0.0,
66
  "mask_channel_selection": "static",
67
  "mask_feature_length": 10,
68
- "mask_feature_min_masks": 0,
69
  "mask_feature_prob": 0.0,
70
  "mask_time_length": 10,
71
- "mask_time_min_masks": 2,
72
  "mask_time_min_space": 1,
73
  "mask_time_other": 0.0,
74
  "mask_time_prob": 0.05,
75
  "mask_time_selection": "static",
76
  "model_type": "wav2vec2",
77
- "num_adapter_layers": 3,
78
  "num_attention_heads": 16,
79
  "num_codevector_groups": 2,
80
  "num_codevectors_per_group": 320,
@@ -83,33 +77,10 @@
83
  "num_feat_extract_layers": 7,
84
  "num_hidden_layers": 24,
85
  "num_negatives": 100,
86
- "output_hidden_size": 1024,
87
  "pad_token_id": 38,
88
  "proj_codevector_dim": 768,
89
- "tdnn_dilation": [
90
- 1,
91
- 2,
92
- 3,
93
- 1,
94
- 1
95
- ],
96
- "tdnn_dim": [
97
- 512,
98
- 512,
99
- 512,
100
- 512,
101
- 1500
102
- ],
103
- "tdnn_kernel": [
104
- 5,
105
- 3,
106
- 3,
107
- 1,
108
- 1
109
- ],
110
  "torch_dtype": "float32",
111
- "transformers_version": "4.20.0.dev0",
112
  "use_weighted_layer_sum": false,
113
- "vocab_size": 41,
114
- "xvector_output_dim": 512
115
  }
 
1
  {
2
  "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.0,
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
  "Wav2Vec2ForCTC"
 
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,
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
  "pad_token_id": 38,
81
  "proj_codevector_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  "torch_dtype": "float32",
83
+ "transformers_version": "4.13.0.dev0",
84
  "use_weighted_layer_sum": false,
85
+ "vocab_size": 41
 
86
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52fde466948ee69400a52be7e48261f3357ff91b67a2863fe3e4fcf4b78e5440
3
- size 1262066801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a4bf5fcd0aa6e90f1e3e9bcc87a592fd254be1626a26eb4c16be2dd604b11a2
3
+ size 1262091761
runs/Jun05_14-57-19_xchen-a100-1x/1654441217.9788818/events.out.tfevents.1654441217.xchen-a100-1x.58383.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc280ef04b688a236419d2b37e172506cfa3d9e0d4f11bf75289c88b43ad5076
3
+ size 4565
runs/Jun05_14-57-19_xchen-a100-1x/events.out.tfevents.1654441217.xchen-a100-1x.58383.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e88a7bd425f40d6a11f6b9af983722b751b1b0e793c2609564588bd058fd732f
3
+ size 4409
runs/Jun05_15-02-17_xchen-a100-1x/1654441498.9979591/events.out.tfevents.1654441498.xchen-a100-1x.58933.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6426b90a834aac6daf866b7d9a9e71c76193f1647d6fdeaa6bbe73107972bbd3
3
+ size 4565
runs/Jun05_15-02-17_xchen-a100-1x/events.out.tfevents.1654441498.xchen-a100-1x.58933.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6616da1fb0cf96c8092e535d1134e78d4d3fab95b7de7611664448e2921611
3
+ size 4409
runs/Jun05_15-11-40_xchen-a100-1x/1654442050.8597293/events.out.tfevents.1654442050.xchen-a100-1x.59249.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0819a79d333dd3cd9364e5d29205ddacaad051609192f94bd91c0a4aff92e4
3
+ size 4565
runs/Jun05_15-11-40_xchen-a100-1x/events.out.tfevents.1654442050.xchen-a100-1x.59249.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcaa5a391adc41aedf60dab3aa947fc310b5dfb39842048b169ab25a4c4741fc
3
+ size 4409
runs/Jun05_15-15-09_xchen-a100-1x/1654442260.9508266/events.out.tfevents.1654442260.xchen-a100-1x.59565.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7484b6ea70b4b1bea07ab62384ad25d376b06c43fe290d5470c87d4c14116582
3
+ size 4565
runs/Jun05_15-15-09_xchen-a100-1x/events.out.tfevents.1654442260.xchen-a100-1x.59565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8574bdb948a748ecdbd750e16f5dba96734401f14070a9b1614a6315abd65775
3
+ size 4409
runs/Jun05_15-18-56_xchen-a100-1x/1654442490.739478/events.out.tfevents.1654442490.xchen-a100-1x.59922.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9884a950d63c3257f015a52b1d86bc3f697b71ddf5443fe8bea15921a504b6e
3
+ size 4565
runs/Jun05_15-18-56_xchen-a100-1x/events.out.tfevents.1654442490.xchen-a100-1x.59922.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaa7524bf2ab46f36cd4c85dc0c25f6d2760bcb47a2e5c00c52551f7dd1c145c
3
+ size 4409
runs/Jun05_15-22-50_xchen-a100-1x/1654442721.0029685/events.out.tfevents.1654442721.xchen-a100-1x.60242.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b6678062a14a49b09e3b4b107558c7b4ef8cda01ca0a357daaf5c8086f0b73
3
+ size 4565
runs/Jun05_15-22-50_xchen-a100-1x/events.out.tfevents.1654442720.xchen-a100-1x.60242.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76c9ea887a6a8c3c39af51cc083ad97bfc514d7748dd71baec646555644b228
3
+ size 4410
runs/Jun05_15-28-53_xchen-a100-1x/1654443082.2729797/events.out.tfevents.1654443082.xchen-a100-1x.60558.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effb23313b0652c57bdfd9752e8ef1ab92026a611d1c20f9649d311e1e7184a1
3
+ size 4565
runs/Jun05_15-28-53_xchen-a100-1x/events.out.tfevents.1654443082.xchen-a100-1x.60558.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b18528ee33ef0ee408235ea1d02bc58f1caadf7ce65f7c96cd8105aef8a3123f
3
+ size 4410
runs/Jun05_15-31-43_xchen-a100-1x/1654443255.82949/events.out.tfevents.1654443255.xchen-a100-1x.60877.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efbc8daa0758e65a3d8f3e393df952af898141e8319cc86f034067e5727e3b4e
3
+ size 4565
runs/Jun05_15-31-43_xchen-a100-1x/events.out.tfevents.1654443255.xchen-a100-1x.60877.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79380171f98da56d22fd6e3f25b3d97e0a00b531dea80d2f0e82102a31cc56f
3
+ size 4410
runs/Jun05_15-34-43_xchen-a100-1x/1654443433.3413112/events.out.tfevents.1654443433.xchen-a100-1x.61197.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923c64e71d65dff408783d09cb1c372842d5b1bce8fbdff64ac2930fd5aad671
3
+ size 4565
runs/Jun05_15-34-43_xchen-a100-1x/events.out.tfevents.1654443433.xchen-a100-1x.61197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:271c69dc6910cdf071d3713f1a97940de30b590610f8c4017f959b3c7e0d73ab
3
+ size 4409
runs/Jun05_15-44-25_xchen-a100-1x/1654444015.730825/events.out.tfevents.1654444015.xchen-a100-1x.61513.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60999e5e3bf4bc6019769cbccb43b4cd3fb34f1d79597e4ce60c799a495cf5f6
3
+ size 4565
runs/Jun05_15-44-25_xchen-a100-1x/events.out.tfevents.1654444015.xchen-a100-1x.61513.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16fa0ab09189a3266fbd10fbdaee7d857674536b0f3981ae8b884de07d82707f
3
+ size 4410
runs/Jun05_15-51-27_xchen-a100-1x/1654444464.6320996/events.out.tfevents.1654444464.xchen-a100-1x.61830.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661376e97dd94e690754cd72ca4e7204ebe72a71b6a639e376e6d376722f0ed7
3
+ size 4565
runs/Jun05_15-51-27_xchen-a100-1x/events.out.tfevents.1654444464.xchen-a100-1x.61830.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8800c0cc6641806333cce120c12f6c2f6ca1051b240277de7cec07836a72da
3
+ size 5676
special_tokens_map.json CHANGED
@@ -1,22 +1 @@
1
- {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<s>",
5
- "lstrip": false,
6
- "normalized": true,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "</s>",
12
- "lstrip": false,
13
- "normalized": true,
14
- "rstrip": false,
15
- "single_word": false
16
- }
17
- ],
18
- "bos_token": "<s>",
19
- "eos_token": "</s>",
20
- "pad_token": "[PAD]",
21
- "unk_token": "[UNK]"
22
- }
 
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}, {"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}, {"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}, {"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}]}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer_config.json CHANGED
@@ -1,12 +1 @@
1
- {
2
- "bos_token": "<s>",
3
- "do_lower_case": false,
4
- "eos_token": "</s>",
5
- "name_or_path": "./wav2vec2-common_voice-tr-demo",
6
- "pad_token": "[PAD]",
7
- "replace_word_delimiter_char": " ",
8
- "special_tokens_map_file": null,
9
- "tokenizer_class": "Wav2Vec2CTCTokenizer",
10
- "unk_token": "[UNK]",
11
- "word_delimiter_token": "|"
12
- }
 
1
+ {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./wav2vec2-common_voice-tr-demo", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
 
 
 
 
 
 
 
 
 
 
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c88a270579e97e5877896f71f35ba8e31b8a44aaf730c5f86875efc514ce19a0
3
- size 3247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e15a2c152e5afaa8179371eb7a54709c0d36e5af2092843d9a31893c5126cc
3
+ size 2863
vocab.json CHANGED
@@ -1,41 +1 @@
1
- {
2
- "[PAD]": 38,
3
- "[UNK]": 37,
4
- "a": 1,
5
- "b": 2,
6
- "c": 3,
7
- "d": 4,
8
- "e": 5,
9
- "f": 6,
10
- "g": 7,
11
- "h": 8,
12
- "i": 9,
13
- "j": 10,
14
- "k": 11,
15
- "l": 12,
16
- "m": 13,
17
- "n": 14,
18
- "o": 15,
19
- "p": 16,
20
- "q": 17,
21
- "r": 18,
22
- "s": 19,
23
- "t": 20,
24
- "u": 21,
25
- "v": 22,
26
- "w": 23,
27
- "x": 24,
28
- "y": 25,
29
- "z": 26,
30
- "|": 0,
31
- "â": 27,
32
- "ç": 28,
33
- "ë": 29,
34
- "î": 30,
35
- "ö": 31,
36
- "ü": 32,
37
- "ğ": 33,
38
- "ı": 34,
39
- "ş": 35,
40
- "̇": 36
41
- }
 
1
+ {"a": 1, "b": 2, "c": 3, "d": 4, "e": 5, "f": 6, "g": 7, "h": 8, "i": 9, "j": 10, "k": 11, "l": 12, "m": 13, "n": 14, "o": 15, "p": 16, "q": 17, "r": 18, "s": 19, "t": 20, "u": 21, "v": 22, "w": 23, "x": 24, "y": 25, "z": 26, "â": 27, "ç": 28, "ë": 29, "î": 30, "ö": 31, "ü": 32, "ğ": 33, "ı": 34, "ş": 35, "̇": 36, "|": 0, "[UNK]": 37, "[PAD]": 38}