deedax commited on
Commit
64ad437
·
verified ·
1 Parent(s): 2403cc0

Upload WhisperForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +117 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "openai/whisper-small",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
 
1
  {
2
+ "_name_or_path": "deedax/whisper-small-ng",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
generation_config.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "begin_suppress_tokens": [
4
+ 220,
5
+ 50257
6
+ ],
7
+ "bos_token_id": 50257,
8
+ "decoder_start_token_id": 50258,
9
+ "eos_token_id": 50257,
10
+ "forced_decoder_ids": [
11
+ [
12
+ 1,
13
+ 50259
14
+ ],
15
+ [
16
+ 2,
17
+ 50359
18
+ ],
19
+ [
20
+ 3,
21
+ 50363
22
+ ]
23
+ ],
24
+ "max_initial_timestamp_index": 50,
25
+ "max_length": 448,
26
+ "no_timestamps_token_id": 50363,
27
+ "pad_token_id": 50257,
28
+ "suppress_tokens": [
29
+ 1,
30
+ 2,
31
+ 7,
32
+ 8,
33
+ 9,
34
+ 10,
35
+ 14,
36
+ 25,
37
+ 26,
38
+ 27,
39
+ 28,
40
+ 29,
41
+ 31,
42
+ 58,
43
+ 59,
44
+ 60,
45
+ 61,
46
+ 62,
47
+ 63,
48
+ 90,
49
+ 91,
50
+ 92,
51
+ 93,
52
+ 359,
53
+ 503,
54
+ 522,
55
+ 542,
56
+ 873,
57
+ 893,
58
+ 902,
59
+ 918,
60
+ 922,
61
+ 931,
62
+ 1350,
63
+ 1853,
64
+ 1982,
65
+ 2460,
66
+ 2627,
67
+ 3246,
68
+ 3253,
69
+ 3268,
70
+ 3536,
71
+ 3846,
72
+ 3961,
73
+ 4183,
74
+ 4667,
75
+ 6585,
76
+ 6647,
77
+ 7273,
78
+ 9061,
79
+ 9383,
80
+ 10428,
81
+ 10929,
82
+ 11938,
83
+ 12033,
84
+ 12331,
85
+ 12562,
86
+ 13793,
87
+ 14157,
88
+ 14635,
89
+ 15265,
90
+ 15618,
91
+ 16553,
92
+ 16604,
93
+ 18362,
94
+ 18956,
95
+ 20075,
96
+ 21675,
97
+ 22520,
98
+ 26130,
99
+ 26161,
100
+ 26435,
101
+ 28279,
102
+ 29464,
103
+ 31650,
104
+ 32302,
105
+ 32470,
106
+ 36865,
107
+ 42863,
108
+ 47425,
109
+ 49870,
110
+ 50254,
111
+ 50258,
112
+ 50360,
113
+ 50361,
114
+ 50362
115
+ ],
116
+ "transformers_version": "4.44.2"
117
+ }