test
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "pere/whisper-small-nob-clr",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
run_restore.sh
CHANGED
|
@@ -5,7 +5,7 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
| 5 |
--train_split_name="train" \
|
| 6 |
--eval_split_name="validation" \
|
| 7 |
--model_index_name="Whisper Base Norwegian" \
|
| 8 |
-
--max_steps="
|
| 9 |
--output_dir="./" \
|
| 10 |
--per_device_train_batch_size="64" \
|
| 11 |
--per_device_eval_batch_size="32" \
|
|
|
|
| 5 |
--train_split_name="train" \
|
| 6 |
--eval_split_name="validation" \
|
| 7 |
--model_index_name="Whisper Base Norwegian" \
|
| 8 |
+
--max_steps="3000" \
|
| 9 |
--output_dir="./" \
|
| 10 |
--per_device_train_batch_size="64" \
|
| 11 |
--per_device_eval_batch_size="32" \
|
runs/Dec13_21-49-10_dante/1670964608.0314476/events.out.tfevents.1670964608.dante.22563.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:131fff34c126960adef2f887b108adf3669bafa8bd48e1372b219f289270fe9d
|
| 3 |
+
size 5871
|
runs/Dec13_21-49-10_dante/events.out.tfevents.1670964608.dante.22563.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f3ce17c7a402ad6f58a76fcc4a572bff9e628f7ef4a6121b468f08bd26c168f
|
| 3 |
+
size 4272
|
tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 1024,
|
| 22 |
-
"name_or_path": "
|
| 23 |
"pad_token": null,
|
| 24 |
"processor_class": "WhisperProcessor",
|
| 25 |
"return_attention_mask": false,
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 1024,
|
| 22 |
+
"name_or_path": "pere/whisper-small-nob-clr",
|
| 23 |
"pad_token": null,
|
| 24 |
"processor_class": "WhisperProcessor",
|
| 25 |
"return_attention_mask": false,
|