flyingleafe
commited on
Commit
•
2d7ef97
1
Parent(s):
4e0c674
Upload folder using huggingface_hub
Browse files- config.json +3 -1
- preprocessor_config.json +1 -0
- tokenizer.json +0 -0
- vocabulary.json +2 -2
config.json
CHANGED
@@ -1282,6 +1282,7 @@
|
|
1282 |
]
|
1283 |
],
|
1284 |
"lang_ids": [
|
|
|
1285 |
50260,
|
1286 |
50261,
|
1287 |
50262,
|
@@ -1379,7 +1380,8 @@
|
|
1379 |
50354,
|
1380 |
50355,
|
1381 |
50356,
|
1382 |
-
50357
|
|
|
1383 |
],
|
1384 |
"suppress_ids": null,
|
1385 |
"suppress_ids_begin": [
|
|
|
1282 |
]
|
1283 |
],
|
1284 |
"lang_ids": [
|
1285 |
+
50259,
|
1286 |
50260,
|
1287 |
50261,
|
1288 |
50262,
|
|
|
1380 |
50354,
|
1381 |
50355,
|
1382 |
50356,
|
1383 |
+
50357,
|
1384 |
+
50358
|
1385 |
],
|
1386 |
"suppress_ids": null,
|
1387 |
"suppress_ids_begin": [
|
preprocessor_config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"nb_max_frames": 3000,
|
9 |
"padding_side": "right",
|
10 |
"padding_value": 0.0,
|
|
|
11 |
"return_attention_mask": false,
|
12 |
"sampling_rate": 16000
|
13 |
}
|
|
|
8 |
"nb_max_frames": 3000,
|
9 |
"padding_side": "right",
|
10 |
"padding_value": 0.0,
|
11 |
+
"processor_class": "WhisperProcessor",
|
12 |
"return_attention_mask": false,
|
13 |
"sampling_rate": 16000
|
14 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
vocabulary.json
CHANGED
@@ -50357,6 +50357,7 @@
|
|
50357 |
"<|ba|>",
|
50358 |
"<|jw|>",
|
50359 |
"<|su|>",
|
|
|
50360 |
"<|translate|>",
|
50361 |
"<|transcribe|>",
|
50362 |
"<|startoflm|>",
|
@@ -51863,6 +51864,5 @@
|
|
51863 |
"<|29.94|>",
|
51864 |
"<|29.96|>",
|
51865 |
"<|29.98|>",
|
51866 |
-
"<|30.00|>"
|
51867 |
-
"<|30.02|>"
|
51868 |
]
|
|
|
50357 |
"<|ba|>",
|
50358 |
"<|jw|>",
|
50359 |
"<|su|>",
|
50360 |
+
"<|yue|>",
|
50361 |
"<|translate|>",
|
50362 |
"<|transcribe|>",
|
50363 |
"<|startoflm|>",
|
|
|
51864 |
"<|29.94|>",
|
51865 |
"<|29.96|>",
|
51866 |
"<|29.98|>",
|
51867 |
+
"<|30.00|>"
|
|
|
51868 |
]
|