nairaxo commited on
Commit
04130b0
·
verified ·
1 Parent(s): 0168c5f

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +166 -0
generation_config.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 5,
5
+ 3
6
+ ],
7
+ [
8
+ 5,
9
+ 9
10
+ ],
11
+ [
12
+ 8,
13
+ 0
14
+ ],
15
+ [
16
+ 8,
17
+ 4
18
+ ],
19
+ [
20
+ 8,
21
+ 7
22
+ ],
23
+ [
24
+ 8,
25
+ 8
26
+ ],
27
+ [
28
+ 9,
29
+ 0
30
+ ],
31
+ [
32
+ 9,
33
+ 7
34
+ ],
35
+ [
36
+ 9,
37
+ 9
38
+ ],
39
+ [
40
+ 10,
41
+ 5
42
+ ]
43
+ ],
44
+ "begin_suppress_tokens": [
45
+ 220,
46
+ 50257
47
+ ],
48
+ "bos_token_id": 50257,
49
+ "decoder_start_token_id": 50258,
50
+ "eos_token_id": 50257,
51
+ "forced_decoder_ids": [
52
+ [
53
+ 1,
54
+ null
55
+ ],
56
+ [
57
+ 2,
58
+ 50359
59
+ ]
60
+ ],
61
+ "is_multilingual": true,
62
+ "lang_to_id": {
63
+ "<|ar|>": 50272
64
+ },
65
+ "max_initial_timestamp_index": 50,
66
+ "max_length": 448,
67
+ "no_timestamps_token_id": 50363,
68
+ "pad_token_id": 50257,
69
+ "prev_sot_token_id": 50361,
70
+ "return_timestamps": false,
71
+ "suppress_tokens": [
72
+ 1,
73
+ 2,
74
+ 7,
75
+ 8,
76
+ 9,
77
+ 10,
78
+ 14,
79
+ 25,
80
+ 26,
81
+ 27,
82
+ 28,
83
+ 29,
84
+ 31,
85
+ 58,
86
+ 59,
87
+ 60,
88
+ 61,
89
+ 62,
90
+ 63,
91
+ 90,
92
+ 91,
93
+ 92,
94
+ 93,
95
+ 359,
96
+ 503,
97
+ 522,
98
+ 542,
99
+ 873,
100
+ 893,
101
+ 902,
102
+ 918,
103
+ 922,
104
+ 931,
105
+ 1350,
106
+ 1853,
107
+ 1982,
108
+ 2460,
109
+ 2627,
110
+ 3246,
111
+ 3253,
112
+ 3268,
113
+ 3536,
114
+ 3846,
115
+ 3961,
116
+ 4183,
117
+ 4667,
118
+ 6585,
119
+ 6647,
120
+ 7273,
121
+ 9061,
122
+ 9383,
123
+ 10428,
124
+ 10929,
125
+ 11938,
126
+ 12033,
127
+ 12331,
128
+ 12562,
129
+ 13793,
130
+ 14157,
131
+ 14635,
132
+ 15265,
133
+ 15618,
134
+ 16553,
135
+ 16604,
136
+ 18362,
137
+ 18956,
138
+ 20075,
139
+ 21675,
140
+ 22520,
141
+ 26130,
142
+ 26161,
143
+ 26435,
144
+ 28279,
145
+ 29464,
146
+ 31650,
147
+ 32302,
148
+ 32470,
149
+ 36865,
150
+ 42863,
151
+ 47425,
152
+ 49870,
153
+ 50254,
154
+ 50258,
155
+ 50358,
156
+ 50359,
157
+ 50360,
158
+ 50361,
159
+ 50362
160
+ ],
161
+ "task_to_id": {
162
+ "transcribe": 50359,
163
+ "translate": 50358
164
+ },
165
+ "transformers_version": "4.31.0.dev0"
166
+ }