Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -42,7 +42,7 @@
|
|
42 |
"num_mel_bins": 128,
|
43 |
"pad_token_id": 50256,
|
44 |
"scale_embedding": false,
|
45 |
-
"torch_dtype": "
|
46 |
"transformers_version": "4.36.2",
|
47 |
"use_cache": true,
|
48 |
"use_weighted_layer_sum": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
42 |
"num_mel_bins": 128,
|
43 |
"pad_token_id": 50256,
|
44 |
"scale_embedding": false,
|
45 |
+
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.36.2",
|
47 |
"use_cache": true,
|
48 |
"use_weighted_layer_sum": false,
|