anakib1 commited on
Commit
17af524
·
verified ·
1 Parent(s): f4ab154

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +156 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "WhisperModelForSpeakerDiarizationAndTranscription"
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
+ "diarization_loss_weight": 1,
23
+ "dropout": 0.0,
24
+ "encoder_attention_heads": 6,
25
+ "encoder_ffn_dim": 1536,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 4,
28
+ "eos_token_id": 50257,
29
+ "forced_decoder_ids": [
30
+ [
31
+ 1,
32
+ 50259
33
+ ],
34
+ [
35
+ 2,
36
+ 50359
37
+ ],
38
+ [
39
+ 3,
40
+ 50363
41
+ ]
42
+ ],
43
+ "init_std": 0.02,
44
+ "is_encoder_decoder": true,
45
+ "mask_feature_length": 10,
46
+ "mask_feature_min_masks": 0,
47
+ "mask_feature_prob": 0.0,
48
+ "mask_time_length": 10,
49
+ "mask_time_min_masks": 2,
50
+ "mask_time_prob": 0.05,
51
+ "max_length": 448,
52
+ "max_num_speakers": 3,
53
+ "max_source_positions": 1500,
54
+ "max_target_positions": 448,
55
+ "median_filter_width": 7,
56
+ "model_type": "whisper",
57
+ "num_hidden_layers": 4,
58
+ "num_mel_bins": 80,
59
+ "pad_token_id": 50257,
60
+ "scale_embedding": false,
61
+ "suppress_tokens": [
62
+ 1,
63
+ 2,
64
+ 7,
65
+ 8,
66
+ 9,
67
+ 10,
68
+ 14,
69
+ 25,
70
+ 26,
71
+ 27,
72
+ 28,
73
+ 29,
74
+ 31,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 90,
82
+ 91,
83
+ 92,
84
+ 93,
85
+ 359,
86
+ 503,
87
+ 522,
88
+ 542,
89
+ 873,
90
+ 893,
91
+ 902,
92
+ 918,
93
+ 922,
94
+ 931,
95
+ 1350,
96
+ 1853,
97
+ 1982,
98
+ 2460,
99
+ 2627,
100
+ 3246,
101
+ 3253,
102
+ 3268,
103
+ 3536,
104
+ 3846,
105
+ 3961,
106
+ 4183,
107
+ 4667,
108
+ 6585,
109
+ 6647,
110
+ 7273,
111
+ 9061,
112
+ 9383,
113
+ 10428,
114
+ 10929,
115
+ 11938,
116
+ 12033,
117
+ 12331,
118
+ 12562,
119
+ 13793,
120
+ 14157,
121
+ 14635,
122
+ 15265,
123
+ 15618,
124
+ 16553,
125
+ 16604,
126
+ 18362,
127
+ 18956,
128
+ 20075,
129
+ 21675,
130
+ 22520,
131
+ 26130,
132
+ 26161,
133
+ 26435,
134
+ 28279,
135
+ 29464,
136
+ 31650,
137
+ 32302,
138
+ 32470,
139
+ 36865,
140
+ 42863,
141
+ 47425,
142
+ 49870,
143
+ 50254,
144
+ 50258,
145
+ 50358,
146
+ 50359,
147
+ 50360,
148
+ 50361,
149
+ 50362
150
+ ],
151
+ "torch_dtype": "float32",
152
+ "transformers_version": "4.36.2",
153
+ "use_cache": true,
154
+ "use_weighted_layer_sum": false,
155
+ "vocab_size": 51865
156
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc586aecd1aedbb65bb112fe38a5492460c3f67f96e74dc3eab52aafa5a50eb
3
+ size 151066444
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02da8746068722e702104445e80264ea024b5ff20e149054db0861693c30da8d
3
+ size 4411