Upload 9 files
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -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,
|
|
@@ -54,7 +54,7 @@
|
|
| 54 |
"pad_token_id": 50257,
|
| 55 |
"scale_embedding": false,
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
-
"transformers_version": "4.
|
| 58 |
"use_cache": false,
|
| 59 |
"use_weighted_layer_sum": false,
|
| 60 |
"vocab_size": 51865
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ARTPARK-IISc/whisper-medium-vaani-hindi",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
|
|
| 54 |
"pad_token_id": 50257,
|
| 55 |
"scale_embedding": false,
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
+
"transformers_version": "4.48.1",
|
| 58 |
"use_cache": false,
|
| 59 |
"use_weighted_layer_sum": false,
|
| 60 |
"vocab_size": 51865
|
generation_config.json
CHANGED
|
@@ -246,5 +246,5 @@
|
|
| 246 |
"transcribe": 50359,
|
| 247 |
"translate": 50358
|
| 248 |
},
|
| 249 |
-
"transformers_version": "4.
|
| 250 |
}
|
|
|
|
| 246 |
"transcribe": 50359,
|
| 247 |
"translate": 50358
|
| 248 |
},
|
| 249 |
+
"transformers_version": "4.48.1"
|
| 250 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055544304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ff2d9b372d272784a1eab4f3b4462fbde665e6b4b495bc657c32f9135b45ec
|
| 3 |
size 3055544304
|
tokenizer_config.json
CHANGED
|
@@ -12980,6 +12980,7 @@
|
|
| 12980 |
"clean_up_tokenization_spaces": true,
|
| 12981 |
"eos_token": "<|endoftext|>",
|
| 12982 |
"errors": "replace",
|
|
|
|
| 12983 |
"model_max_length": 448,
|
| 12984 |
"pad_token": "<|endoftext|>",
|
| 12985 |
"processor_class": "WhisperProcessor",
|
|
|
|
| 12980 |
"clean_up_tokenization_spaces": true,
|
| 12981 |
"eos_token": "<|endoftext|>",
|
| 12982 |
"errors": "replace",
|
| 12983 |
+
"extra_special_tokens": {},
|
| 12984 |
"model_max_length": 448,
|
| 12985 |
"pad_token": "<|endoftext|>",
|
| 12986 |
"processor_class": "WhisperProcessor",
|