ojisetyawan commited on
Commit
325ad3d
·
verified ·
1 Parent(s): 40971f1

Training in progress, epoch 10

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tarteel-ai/whisper-base-ar-quran",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForAudioClassification"
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": 512,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_token_id": 50257,
28
+ "forced_decoder_ids": null,
29
+ "id2label": {
30
+ "0": "01_A",
31
+ "1": "02_Ba",
32
+ "2": "03_Ta",
33
+ "3": "04_Tsa",
34
+ "4": "05_Ja",
35
+ "5": "06_Hha",
36
+ "6": "07_Kha",
37
+ "7": "08_Da",
38
+ "8": "09_Dza",
39
+ "9": "10_Ro",
40
+ "10": "11_Za",
41
+ "11": "12_Sa",
42
+ "12": "13_Sya",
43
+ "13": "14_Sho",
44
+ "14": "15_Dho",
45
+ "15": "16_Tho",
46
+ "16": "17_Zho",
47
+ "17": "18_Ain",
48
+ "18": "19_Gho",
49
+ "19": "20_Fa",
50
+ "20": "21_Qo",
51
+ "21": "22_Ka",
52
+ "22": "23_La",
53
+ "23": "24_Ma",
54
+ "24": "25_Na",
55
+ "25": "26_Ha",
56
+ "26": "27_Wa",
57
+ "27": "28_Ya"
58
+ },
59
+ "init_std": 0.02,
60
+ "is_encoder_decoder": true,
61
+ "label2id": {
62
+ "01_A": 0,
63
+ "02_Ba": 1,
64
+ "03_Ta": 2,
65
+ "04_Tsa": 3,
66
+ "05_Ja": 4,
67
+ "06_Hha": 5,
68
+ "07_Kha": 6,
69
+ "08_Da": 7,
70
+ "09_Dza": 8,
71
+ "10_Ro": 9,
72
+ "11_Za": 10,
73
+ "12_Sa": 11,
74
+ "13_Sya": 12,
75
+ "14_Sho": 13,
76
+ "15_Dho": 14,
77
+ "16_Tho": 15,
78
+ "17_Zho": 16,
79
+ "18_Ain": 17,
80
+ "19_Gho": 18,
81
+ "20_Fa": 19,
82
+ "21_Qo": 20,
83
+ "22_Ka": 21,
84
+ "23_La": 22,
85
+ "24_Ma": 23,
86
+ "25_Na": 24,
87
+ "26_Ha": 25,
88
+ "27_Wa": 26,
89
+ "28_Ya": 27
90
+ },
91
+ "mask_feature_length": 10,
92
+ "mask_feature_min_masks": 0,
93
+ "mask_feature_prob": 0.0,
94
+ "mask_time_length": 10,
95
+ "mask_time_min_masks": 2,
96
+ "mask_time_prob": 0.05,
97
+ "max_length": 1024,
98
+ "max_source_positions": 1500,
99
+ "max_target_positions": 448,
100
+ "median_filter_width": 7,
101
+ "model_type": "whisper",
102
+ "num_hidden_layers": 6,
103
+ "num_mel_bins": 80,
104
+ "pad_token_id": 50257,
105
+ "scale_embedding": false,
106
+ "torch_dtype": "float32",
107
+ "transformers_version": "4.46.2",
108
+ "use_cache": false,
109
+ "use_weighted_layer_sum": false,
110
+ "vocab_size": 51865
111
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9052d831ea5dc7f4a60e5fda82476f59ac921a27d73cdc295427a44d30ea2e4b
3
+ size 82927008
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/Dec01_23-36-22_5c12ed67cd21/events.out.tfevents.1733096190.5c12ed67cd21.910.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4820bc179c9a082ec6c5256b3cea0c6387c3aecdb2495f6c790705c1408e58d7
3
+ size 970909
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff62fa66999b71dc8d8d647921ee3b945b5f52714a2b2a0ef0901babdb39282d
3
+ size 5304