IMvision12 commited on
Commit
46745cb
·
verified ·
1 Parent(s): cdd2a71

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +118 -0
kf_config.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.whisper",
5
+ "model_class": "WhisperModel",
6
+ "variant": "whisper_medium",
7
+ "weights": "model.weights.json",
8
+ "model_type": "whisper",
9
+ "hidden_dim": 1024,
10
+ "encoder_num_layers": 24,
11
+ "decoder_num_layers": 24,
12
+ "encoder_attention_heads": 16,
13
+ "decoder_attention_heads": 16,
14
+ "encoder_ffn_dim": 4096,
15
+ "decoder_ffn_dim": 4096,
16
+ "num_mel_bins": 80,
17
+ "max_source_positions": 1500,
18
+ "max_target_positions": 448,
19
+ "vocab_size": 51865,
20
+ "activation_function": "gelu",
21
+ "layer_norm_eps": 1e-05,
22
+ "scale_embedding": false,
23
+ "generate_args": {
24
+ "suppress_tokens": [
25
+ 1,
26
+ 2,
27
+ 7,
28
+ 8,
29
+ 9,
30
+ 10,
31
+ 14,
32
+ 25,
33
+ 26,
34
+ 27,
35
+ 28,
36
+ 29,
37
+ 31,
38
+ 58,
39
+ 59,
40
+ 60,
41
+ 61,
42
+ 62,
43
+ 63,
44
+ 90,
45
+ 91,
46
+ 92,
47
+ 93,
48
+ 359,
49
+ 503,
50
+ 522,
51
+ 542,
52
+ 873,
53
+ 893,
54
+ 902,
55
+ 918,
56
+ 922,
57
+ 931,
58
+ 1350,
59
+ 1853,
60
+ 1982,
61
+ 2460,
62
+ 2627,
63
+ 3246,
64
+ 3253,
65
+ 3268,
66
+ 3536,
67
+ 3846,
68
+ 3961,
69
+ 4183,
70
+ 4667,
71
+ 6585,
72
+ 6647,
73
+ 7273,
74
+ 9061,
75
+ 9383,
76
+ 10428,
77
+ 10929,
78
+ 11938,
79
+ 12033,
80
+ 12331,
81
+ 12562,
82
+ 13793,
83
+ 14157,
84
+ 14635,
85
+ 15265,
86
+ 15618,
87
+ 16553,
88
+ 16604,
89
+ 18362,
90
+ 18956,
91
+ 20075,
92
+ 21675,
93
+ 22520,
94
+ 26130,
95
+ 26161,
96
+ 26435,
97
+ 28279,
98
+ 29464,
99
+ 31650,
100
+ 32302,
101
+ 32470,
102
+ 36865,
103
+ 42863,
104
+ 47425,
105
+ 49870,
106
+ 50254,
107
+ 50258,
108
+ 50360,
109
+ 50361,
110
+ 50362
111
+ ],
112
+ "begin_suppress_tokens": [
113
+ 220,
114
+ 50257
115
+ ],
116
+ "max_new_tokens": 224
117
+ }
118
+ }