Saving final weights of step 40
Browse files- config.json +2 -2
- distillation.log +5 -0
- model.safetensors +1 -1
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": true,
|
@@ -43,7 +43,7 @@
|
|
43 |
"num_mel_bins": 80,
|
44 |
"pad_token_id": 50257,
|
45 |
"scale_embedding": false,
|
46 |
-
"torch_dtype": "
|
47 |
"transformers_version": "4.38.1",
|
48 |
"use_cache": true,
|
49 |
"use_weighted_layer_sum": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "biodatlab/distill-whisper-th-medium",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": true,
|
|
|
43 |
"num_mel_bins": 80,
|
44 |
"pad_token_id": 50257,
|
45 |
"scale_embedding": false,
|
46 |
+
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.38.1",
|
48 |
"use_cache": true,
|
49 |
"use_weighted_layer_sum": false,
|
distillation.log
CHANGED
@@ -3276,3 +3276,8 @@ To disable this warning, you can either:
|
|
3276 |
|
3277 |
|
3278 |
|
|
|
|
|
|
|
|
|
|
|
|
3276 |
|
3277 |
|
3278 |
|
3279 |
+
Some non-default generation parameters are set in the model config. These should go into a GenerationConfig file (https://huggingface.co/docs/transformers/generation_strategies#save-a-custom-decoding-strategy-with-your-model) instead. This warning will be raised to an exception in v4.41.
|
3280 |
+
Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}
|
3281 |
+
Configuration saved in /home/hzchng/ai-voicebot/lib/whisper/output/config.json
|
3282 |
+
Configuration saved in /home/hzchng/ai-voicebot/lib/whisper/output/generation_config.json
|
3283 |
+
Model weights saved in /home/hzchng/ai-voicebot/lib/whisper/output/model.safetensors
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1711916448
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b029dd2ccb30e92e6066f9eddda94088be2d59812663b42f260d6754899a0709
|
3 |
size 1711916448
|