Speedsy commited on
Commit
f5f4953
1 Parent(s): b31d0d4

Upload 5 files

Browse files
Files changed (5) hide show
  1. config.json +158 -0
  2. model.bin +3 -0
  3. preprocessor_config.json +0 -0
  4. tokenizer_config.json +36 -0
  5. vocabulary.json +0 -0
config.json ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 2,
5
+ 0
6
+ ],
7
+ [
8
+ 2,
9
+ 1
10
+ ],
11
+ [
12
+ 2,
13
+ 2
14
+ ],
15
+ [
16
+ 2,
17
+ 3
18
+ ],
19
+ [
20
+ 2,
21
+ 4
22
+ ],
23
+ [
24
+ 2,
25
+ 5
26
+ ],
27
+ [
28
+ 3,
29
+ 0
30
+ ],
31
+ [
32
+ 3,
33
+ 1
34
+ ],
35
+ [
36
+ 3,
37
+ 2
38
+ ],
39
+ [
40
+ 3,
41
+ 3
42
+ ],
43
+ [
44
+ 3,
45
+ 4
46
+ ],
47
+ [
48
+ 3,
49
+ 5
50
+ ]
51
+ ],
52
+ "lang_ids": [
53
+ 50259,
54
+ 50260,
55
+ 50261,
56
+ 50262,
57
+ 50263,
58
+ 50264,
59
+ 50265,
60
+ 50266,
61
+ 50267,
62
+ 50268,
63
+ 50269,
64
+ 50270,
65
+ 50271,
66
+ 50272,
67
+ 50273,
68
+ 50274,
69
+ 50275,
70
+ 50276,
71
+ 50277,
72
+ 50278,
73
+ 50279,
74
+ 50280,
75
+ 50281,
76
+ 50282,
77
+ 50283,
78
+ 50284,
79
+ 50285,
80
+ 50286,
81
+ 50287,
82
+ 50288,
83
+ 50289,
84
+ 50290,
85
+ 50291,
86
+ 50292,
87
+ 50293,
88
+ 50294,
89
+ 50295,
90
+ 50296,
91
+ 50297,
92
+ 50298,
93
+ 50299,
94
+ 50300,
95
+ 50301,
96
+ 50302,
97
+ 50303,
98
+ 50304,
99
+ 50305,
100
+ 50306,
101
+ 50307,
102
+ 50308,
103
+ 50309,
104
+ 50310,
105
+ 50311,
106
+ 50312,
107
+ 50313,
108
+ 50314,
109
+ 50315,
110
+ 50316,
111
+ 50317,
112
+ 50318,
113
+ 50319,
114
+ 50320,
115
+ 50321,
116
+ 50322,
117
+ 50323,
118
+ 50324,
119
+ 50325,
120
+ 50326,
121
+ 50327,
122
+ 50328,
123
+ 50329,
124
+ 50330,
125
+ 50331,
126
+ 50332,
127
+ 50333,
128
+ 50334,
129
+ 50335,
130
+ 50336,
131
+ 50337,
132
+ 50338,
133
+ 50339,
134
+ 50340,
135
+ 50341,
136
+ 50342,
137
+ 50343,
138
+ 50344,
139
+ 50345,
140
+ 50346,
141
+ 50347,
142
+ 50348,
143
+ 50349,
144
+ 50350,
145
+ 50351,
146
+ 50352,
147
+ 50353,
148
+ 50354,
149
+ 50355,
150
+ 50356,
151
+ 50357
152
+ ],
153
+ "suppress_ids": null,
154
+ "suppress_ids_begin": [
155
+ 220,
156
+ 50257
157
+ ]
158
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590cb88b3960e7adcb95de75e39fa43dd5752cb973dbe4b4dbba4dcfcf87e0dd
3
+ size 42120480
preprocessor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "errors": "replace",
21
+ "model_max_length": 1024,
22
+ "name_or_path": "openai/whisper-tiny",
23
+ "pad_token": null,
24
+ "processor_class": "WhisperProcessor",
25
+ "return_attention_mask": false,
26
+ "special_tokens_map_file": null,
27
+ "tokenizer_class": "WhisperTokenizer",
28
+ "unk_token": {
29
+ "__type": "AddedToken",
30
+ "content": "",
31
+ "lstrip": false,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false
35
+ }
36
+ }
vocabulary.json ADDED
The diff for this file is too large to render. See raw diff