kaen2891 commited on
Commit
4794856
1 Parent(s): bb8ac41

Training in progress, step 1000

Browse files
Files changed (22) hide show
  1. config.json +143 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +14 -0
  4. runs/Jul29_07-29-16_gpu-1/events.out.tfevents.1722205759.gpu-1.3091539.0 +3 -0
  5. runs/Jul29_07-37-56_gpu-1/events.out.tfevents.1722206279.gpu-1.3096161.0 +3 -0
  6. runs/Jul29_07-41-54_gpu-1/events.out.tfevents.1722206517.gpu-1.3100410.0 +3 -0
  7. runs/Jul29_07-43-29_gpu-1/events.out.tfevents.1722206611.gpu-1.3104109.0 +3 -0
  8. runs/Jul29_07-45-05_gpu-1/events.out.tfevents.1722206707.gpu-1.3107815.0 +3 -0
  9. runs/Jul29_07-47-58_gpu-1/events.out.tfevents.1722206880.gpu-1.3111873.0 +3 -0
  10. runs/Jul29_07-52-45_gpu-1/events.out.tfevents.1722207168.gpu-1.3116094.0 +3 -0
  11. runs/Jul29_07-53-55_gpu-1/events.out.tfevents.1722207237.gpu-1.3119746.0 +3 -0
  12. runs/Jul29_07-55-21_gpu-1/events.out.tfevents.1722207323.gpu-1.3123424.0 +3 -0
  13. runs/Jul29_07-59-22_gpu-1/events.out.tfevents.1722207564.gpu-1.3127371.0 +3 -0
  14. runs/Jul29_08-02-23_gpu-1/events.out.tfevents.1722207746.gpu-1.3131532.0 +3 -0
  15. runs/Jul29_08-12-45_gpu-1/events.out.tfevents.1722208367.gpu-1.3136200.0 +3 -0
  16. runs/Jul29_08-15-13_gpu-1/events.out.tfevents.1722208515.gpu-1.3140138.0 +3 -0
  17. runs/Jul29_08-17-23_gpu-1/events.out.tfevents.1722208645.gpu-1.3143881.0 +3 -0
  18. runs/Jul29_08-18-45_gpu-1/events.out.tfevents.1722208727.gpu-1.3147559.0 +3 -0
  19. runs/Jul29_08-20-08_gpu-1/events.out.tfevents.1722208810.gpu-1.3151259.0 +3 -0
  20. runs/Jul29_08-25-31_gpu-1/events.out.tfevents.1722209133.gpu-1.3156342.0 +3 -0
  21. runs/Jul29_08-29-18_gpu-1/events.out.tfevents.1722209360.gpu-1.3160598.0 +3 -0
  22. training_args.bin +3 -0
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:487edf4e26dc97236e21314a844d53fe254824c9ac4e57802896006de6a8550b
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_07-29-16_gpu-1/events.out.tfevents.1722205759.gpu-1.3091539.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce9e2d01e8a4738125dfc74f5d90cbda4986a76ab9ec3e03f7e174b00e0a05b
3
+ size 6593
runs/Jul29_07-37-56_gpu-1/events.out.tfevents.1722206279.gpu-1.3096161.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bd72f315fe78fee5b2ebf5710e52e514aed5e42bda3980c25f32e12ca16250
3
+ size 6898
runs/Jul29_07-41-54_gpu-1/events.out.tfevents.1722206517.gpu-1.3100410.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ca74847152f64211ec0d9ac62439005e2806f7ffe7665efd10a6bbb538585a
3
+ size 6282
runs/Jul29_07-43-29_gpu-1/events.out.tfevents.1722206611.gpu-1.3104109.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7836f731484c5d89a130f0f1dcf8150e91ef2218d903dd98f0215c9da48a2d1e
3
+ size 6282
runs/Jul29_07-45-05_gpu-1/events.out.tfevents.1722206707.gpu-1.3107815.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0102079501022bac55a976712bbcf89152323508a238f8c6645acfe4856d5826
3
+ size 6898
runs/Jul29_07-47-58_gpu-1/events.out.tfevents.1722206880.gpu-1.3111873.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2664f6dee27d17a4537d60c05f31b798419d9038c1ca14d34843c6a7b0984872
3
+ size 6898
runs/Jul29_07-52-45_gpu-1/events.out.tfevents.1722207168.gpu-1.3116094.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa726f0947ebe10ccce5d2f3d4f9a8136e969086fbc6079d6a60a7a3a5cce0a6
3
+ size 6282
runs/Jul29_07-53-55_gpu-1/events.out.tfevents.1722207237.gpu-1.3119746.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443cec00eba739146a377de7416abf80b5fe3e96e91a47bf3eb2eea5c6fb4dc4
3
+ size 6282
runs/Jul29_07-55-21_gpu-1/events.out.tfevents.1722207323.gpu-1.3123424.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf78397339a5dbe1d351d669ad5a7cdd44dbb4c926af71aadce33f2600763e1d
3
+ size 6282
runs/Jul29_07-59-22_gpu-1/events.out.tfevents.1722207564.gpu-1.3127371.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:325b2e3b4a5687faaed9892b6f1080b2a0745d5e165c7a1995f8c7e16e1f7fb9
3
+ size 6898
runs/Jul29_08-02-23_gpu-1/events.out.tfevents.1722207746.gpu-1.3131532.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca4e74da6b49dcb5edb18e33c0e3f7df600aa801e088caa59c152c679a5ff16f
3
+ size 6898
runs/Jul29_08-12-45_gpu-1/events.out.tfevents.1722208367.gpu-1.3136200.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5b5c739bb4cbc73ef53795c14f9f2303c0df532c250a658b5f597a7f62109c
3
+ size 6282
runs/Jul29_08-15-13_gpu-1/events.out.tfevents.1722208515.gpu-1.3140138.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3526b269e76b99aef24d422fa743ac033554bc84841828e481aee5d00fe9db94
3
+ size 6282
runs/Jul29_08-17-23_gpu-1/events.out.tfevents.1722208645.gpu-1.3143881.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b06ce0e8420c8c57d33b5bab75be5c1a3087a21839ceda43796eaf769f68b3c
3
+ size 6282
runs/Jul29_08-18-45_gpu-1/events.out.tfevents.1722208727.gpu-1.3147559.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006e3f045a54daedef965821d7ea1a6c0016dd9998e924ea12697ad280b12be4
3
+ size 6282
runs/Jul29_08-20-08_gpu-1/events.out.tfevents.1722208810.gpu-1.3151259.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68dcf8788d4d04bdd0eabcec76e2cff244c0190285406670d00a01334cac9e18
3
+ size 6898
runs/Jul29_08-25-31_gpu-1/events.out.tfevents.1722209133.gpu-1.3156342.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e0b529dcd25b1541726f861e9672f38be09fdb02fedbfcab747837de07d05f
3
+ size 6380
runs/Jul29_08-29-18_gpu-1/events.out.tfevents.1722209360.gpu-1.3160598.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf0e5f582e7603788a66f95127500d577d4f40ab31d70e0ed1db2a74450efb8
3
+ size 37553
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc093bd42eb989f2c9d705fb8285a0c6e668b1fc391557ae9326caaf8ac04f4b
3
+ size 4475