Upload folder using huggingface_hub
Browse files- config.json +1 -1
- decoder_model.onnx +1 -1
- decoder_with_past_model.onnx +1 -1
- encoder_model.onnx +1 -1
- generation_config.json +26 -0
- preprocessor_config.json +0 -1
- tokenizer.json +1 -0
- tokenizer_config.json +0 -2
- vocab.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "soyle_train_16_01/checkpoint-324000/config.json",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
decoder_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2027751668
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb85aaaec6264d85ca01aee77c34231164d2c17325518361fabfbe53c3a47162
|
3 |
size 2027751668
|
decoder_with_past_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1826178327
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71008b06040f41c6b3815d416b05e1d4f60118da953434e60ef2e5fa3a91272b
|
3 |
size 1826178327
|
encoder_model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1229258863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec3968b4c37243591d37c43af564fd9252dc57d45fef79ad92711a03f99a055f
|
3 |
size 1229258863
|
generation_config.json
CHANGED
@@ -1,4 +1,30 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"begin_suppress_tokens": [
|
3 |
220,
|
4 |
50257
|
|
|
1 |
{
|
2 |
+
"alignment_heads": [
|
3 |
+
[
|
4 |
+
13,
|
5 |
+
15
|
6 |
+
],
|
7 |
+
[
|
8 |
+
15,
|
9 |
+
4
|
10 |
+
],
|
11 |
+
[
|
12 |
+
15,
|
13 |
+
15
|
14 |
+
],
|
15 |
+
[
|
16 |
+
16,
|
17 |
+
1
|
18 |
+
],
|
19 |
+
[
|
20 |
+
20,
|
21 |
+
0
|
22 |
+
],
|
23 |
+
[
|
24 |
+
23,
|
25 |
+
4
|
26 |
+
]
|
27 |
+
],
|
28 |
"begin_suppress_tokens": [
|
29 |
220,
|
30 |
50257
|
preprocessor_config.json
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
"padding_side": "right",
|
10 |
"padding_value": 0.0,
|
11 |
"processor_class": "WhisperProcessor",
|
12 |
-
"push_to_hub": true,
|
13 |
"return_attention_mask": false,
|
14 |
"sampling_rate": 16000
|
15 |
}
|
|
|
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
@@ -1113,6 +1113,7 @@
|
|
1113 |
"continuing_subword_prefix": "",
|
1114 |
"end_of_word_suffix": "",
|
1115 |
"fuse_unk": false,
|
|
|
1116 |
"vocab": {
|
1117 |
"!": 0,
|
1118 |
"\"": 1,
|
|
|
1113 |
"continuing_subword_prefix": "",
|
1114 |
"end_of_word_suffix": "",
|
1115 |
"fuse_unk": false,
|
1116 |
+
"byte_fallback": false,
|
1117 |
"vocab": {
|
1118 |
"!": 0,
|
1119 |
"\"": 1,
|
tokenizer_config.json
CHANGED
@@ -22,10 +22,8 @@
|
|
22 |
"model_max_length": 1024,
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
-
"push_to_hub": true,
|
26 |
"return_attention_mask": false,
|
27 |
"tokenizer_class": "WhisperTokenizer",
|
28 |
-
"trust_remote_code": false,
|
29 |
"unk_token": {
|
30 |
"__type": "AddedToken",
|
31 |
"content": "<|endoftext|>",
|
|
|
22 |
"model_max_length": 1024,
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
|
|
25 |
"return_attention_mask": false,
|
26 |
"tokenizer_class": "WhisperTokenizer",
|
|
|
27 |
"unk_token": {
|
28 |
"__type": "AddedToken",
|
29 |
"content": "<|endoftext|>",
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|