fkHug commited on
Commit
8995ac2
·
1 Parent(s): ebaee30

Update from

Browse files
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ hello
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "Wav2Vec2ForCTC"
7
+ ],
8
+ "attention_dropout": 0.05,
9
+ "bos_token_id": 1,
10
+ "codevector_dim": 768,
11
+ "contrastive_logits_temperature": 0.1,
12
+ "conv_bias": true,
13
+ "conv_dim": [
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "conv_kernel": [
23
+ 10,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 3,
28
+ 2,
29
+ 2
30
+ ],
31
+ "conv_stride": [
32
+ 5,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2
39
+ ],
40
+ "ctc_loss_reduction": "mean",
41
+ "ctc_zero_infinity": false,
42
+ "diversity_loss_weight": 0.1,
43
+ "do_stable_layer_norm": true,
44
+ "eos_token_id": 2,
45
+ "feat_extract_activation": "gelu",
46
+ "feat_extract_dropout": 0.0,
47
+ "feat_extract_norm": "layer",
48
+ "feat_proj_dropout": 0.0,
49
+ "feat_quantizer_dropout": 0.0,
50
+ "final_dropout": 0.0,
51
+ "gradient_checkpointing": true,
52
+ "hidden_act": "gelu",
53
+ "hidden_dropout": 0.05,
54
+ "hidden_size": 1024,
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": 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,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 128,
77
+ "num_feat_extract_layers": 7,
78
+ "num_hidden_layers": 24,
79
+ "num_negatives": 100,
80
+ "pad_token_id": 37,
81
+ "proj_codevector_dim": 768,
82
+ "transformers_version": "4.4.0",
83
+ "vocab_size": 38
84
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_size": 1,
4
+ "padding_side": "right",
5
+ "padding_value": 0.0,
6
+ "return_attention_mask": true,
7
+ "sampling_rate": 16000
8
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca427802cb7f17ba37e134d37c1ef057881a795422d6eb9a4e25300c6b3482eb
3
+ size 1262079473
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5304ceda6dea9ea09626fa5e6ce08826c643e59f7d830b3543f6a4267eb7ec49
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 48.0,
5
+ "global_step": 1200,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 16.0,
12
+ "learning_rate": 8e-05,
13
+ "loss": 8.9546,
14
+ "step": 400
15
+ },
16
+ {
17
+ "epoch": 16.0,
18
+ "eval_loss": 3.0705316066741943,
19
+ "eval_runtime": 27.2617,
20
+ "eval_samples_per_second": 7.336,
21
+ "eval_wer": 0.99836867862969,
22
+ "step": 400
23
+ },
24
+ {
25
+ "epoch": 32.0,
26
+ "learning_rate": 6.129032258064517e-05,
27
+ "loss": 1.7778,
28
+ "step": 800
29
+ },
30
+ {
31
+ "epoch": 32.0,
32
+ "eval_loss": 0.604729413986206,
33
+ "eval_runtime": 27.2625,
34
+ "eval_samples_per_second": 7.336,
35
+ "eval_wer": 0.7781402936378466,
36
+ "step": 800
37
+ },
38
+ {
39
+ "epoch": 48.0,
40
+ "learning_rate": 9.67741935483871e-06,
41
+ "loss": 0.2996,
42
+ "step": 1200
43
+ },
44
+ {
45
+ "epoch": 48.0,
46
+ "eval_loss": 0.49922919273376465,
47
+ "eval_runtime": 28.4037,
48
+ "eval_samples_per_second": 7.041,
49
+ "eval_wer": 0.6753670473083198,
50
+ "step": 1200
51
+ }
52
+ ],
53
+ "max_steps": 1275,
54
+ "num_train_epochs": 51,
55
+ "total_flos": 3.8339975189263565e+18,
56
+ "trial_name": null,
57
+ "trial_params": null
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cdd827ab4948ec800328d97bf7db5684aeb3d304bd1e99a26af5d254783e45b
3
+ size 2287