kaen2891 commited on
Commit
fac891d
1 Parent(s): 9730158

Training in progress, step 10000

Browse files
config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-tiny",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "CustomWhisperModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 384,
17
+ "decoder_attention_heads": 6,
18
+ "decoder_ffn_dim": 1536,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 4,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 6,
24
+ "encoder_ffn_dim": 1536,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 4,
27
+ "eos_token_id": 50257,
28
+ "forced_decoder_ids": null,
29
+ "init_std": 0.02,
30
+ "is_encoder_decoder": true,
31
+ "language": "korean",
32
+ "mask_feature_length": 10,
33
+ "mask_feature_min_masks": 0,
34
+ "mask_feature_prob": 0.0,
35
+ "mask_time_length": 10,
36
+ "mask_time_min_masks": 2,
37
+ "mask_time_prob": 0.05,
38
+ "max_length": 448,
39
+ "max_source_positions": 1500,
40
+ "max_target_positions": 448,
41
+ "median_filter_width": 7,
42
+ "model_type": "whisper",
43
+ "num_hidden_layers": 4,
44
+ "num_mel_bins": 80,
45
+ "pad_token_id": 50257,
46
+ "scale_embedding": false,
47
+ "suppress_tokens": [
48
+ 1,
49
+ 2,
50
+ 7,
51
+ 8,
52
+ 9,
53
+ 10,
54
+ 14,
55
+ 25,
56
+ 26,
57
+ 27,
58
+ 28,
59
+ 29,
60
+ 31,
61
+ 58,
62
+ 59,
63
+ 60,
64
+ 61,
65
+ 62,
66
+ 63,
67
+ 90,
68
+ 91,
69
+ 92,
70
+ 93,
71
+ 359,
72
+ 503,
73
+ 522,
74
+ 542,
75
+ 873,
76
+ 893,
77
+ 902,
78
+ 918,
79
+ 922,
80
+ 931,
81
+ 1350,
82
+ 1853,
83
+ 1982,
84
+ 2460,
85
+ 2627,
86
+ 3246,
87
+ 3253,
88
+ 3268,
89
+ 3536,
90
+ 3846,
91
+ 3961,
92
+ 4183,
93
+ 4667,
94
+ 6585,
95
+ 6647,
96
+ 7273,
97
+ 9061,
98
+ 9383,
99
+ 10428,
100
+ 10929,
101
+ 11938,
102
+ 12033,
103
+ 12331,
104
+ 12562,
105
+ 13793,
106
+ 14157,
107
+ 14635,
108
+ 15265,
109
+ 15618,
110
+ 16553,
111
+ 16604,
112
+ 18362,
113
+ 18956,
114
+ 20075,
115
+ 21675,
116
+ 22520,
117
+ 26130,
118
+ 26161,
119
+ 26435,
120
+ 28279,
121
+ 29464,
122
+ 31650,
123
+ 32302,
124
+ 32470,
125
+ 36865,
126
+ 42863,
127
+ 47425,
128
+ 49870,
129
+ 50254,
130
+ 50258,
131
+ 50358,
132
+ 50359,
133
+ 50360,
134
+ 50361,
135
+ 50362
136
+ ],
137
+ "task": "transcribe",
138
+ "torch_dtype": "float32",
139
+ "transformers_version": "4.36.2",
140
+ "use_cache": true,
141
+ "use_weighted_layer_sum": false,
142
+ "vocab_size": 51865
143
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f6ea1c87876d1e98112584fb989149ae1ea9a591be59ae6678c755b0e0dfb8
3
+ size 151064928
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Jul29_08-56-49_gpu-1/events.out.tfevents.1722211012.gpu-1.3166847.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b794f8d411a5fb811ce92a0057e38be2a1f6d6164ecd47592754ba25628bd6
3
+ size 7161
runs/Jul29_08-59-04_gpu-1/events.out.tfevents.1722211146.gpu-1.3170676.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddb3e37569ebc4e431a0bbdcc3658d8dad4a176fe124b56fd24b0cf068519f9
3
+ size 21936
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddaeb1d698c4cfb977a1f9d7ffb4cb7c4ecb7f6cf466a3637baa2dd833bd66bf
3
+ size 4475