Upload processor
Browse files- preprocessor_config.json +14 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 120,
|
5 |
+
"hop_length": 160,
|
6 |
+
"n_fft": 400,
|
7 |
+
"n_samples": 480000,
|
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_config.json
CHANGED
@@ -12989,6 +12989,7 @@
|
|
12989 |
"errors": "replace",
|
12990 |
"model_max_length": 1000000000000000019884624838656,
|
12991 |
"pad_token": null,
|
|
|
12992 |
"tokenizer_class": "WhisperTokenizer",
|
12993 |
"unk_token": "<|endoftext|>"
|
12994 |
}
|
|
|
12989 |
"errors": "replace",
|
12990 |
"model_max_length": 1000000000000000019884624838656,
|
12991 |
"pad_token": null,
|
12992 |
+
"processor_class": "WhisperProcessor",
|
12993 |
"tokenizer_class": "WhisperTokenizer",
|
12994 |
"unk_token": "<|endoftext|>"
|
12995 |
}
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|