update
Browse files- distil_whisper/__pycache__/__init__.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/layers.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/partitioner.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/pipeline.cpython-310.pyc +0 -0
- distil_whisper/__pycache__/train_state.cpython-310.pyc +0 -0
- run_large_training.sh +1 -1
distil_whisper/__pycache__/__init__.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/__init__.cpython-310.pyc and b/distil_whisper/__pycache__/__init__.cpython-310.pyc differ
|
|
|
distil_whisper/__pycache__/layers.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/layers.cpython-310.pyc and b/distil_whisper/__pycache__/layers.cpython-310.pyc differ
|
|
|
distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc and b/distil_whisper/__pycache__/modeling_flax_whisper.cpython-310.pyc differ
|
|
|
distil_whisper/__pycache__/partitioner.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/partitioner.cpython-310.pyc and b/distil_whisper/__pycache__/partitioner.cpython-310.pyc differ
|
|
|
distil_whisper/__pycache__/pipeline.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/pipeline.cpython-310.pyc and b/distil_whisper/__pycache__/pipeline.cpython-310.pyc differ
|
|
|
distil_whisper/__pycache__/train_state.cpython-310.pyc
CHANGED
|
Binary files a/distil_whisper/__pycache__/train_state.cpython-310.pyc and b/distil_whisper/__pycache__/train_state.cpython-310.pyc differ
|
|
|
run_large_training.sh
CHANGED
|
@@ -7,7 +7,7 @@ TOKENIZERS_PARALLELISM=false python3 run_distillation_nodes.py \
|
|
| 7 |
--train_split_name "train" \
|
| 8 |
--eval_dataset_name "NbAiLab/annotated_distil_raw_ncc_speech_v7_large" \
|
| 9 |
--eval_dataset_config_name "" \
|
| 10 |
-
--eval_split_name "
|
| 11 |
--eval_steps 500 \
|
| 12 |
--save_steps 1000 \
|
| 13 |
--warmup_steps 1000 \
|
|
|
|
| 7 |
--train_split_name "train" \
|
| 8 |
--eval_dataset_name "NbAiLab/annotated_distil_raw_ncc_speech_v7_large" \
|
| 9 |
--eval_dataset_config_name "" \
|
| 10 |
+
--eval_split_name "validation" \
|
| 11 |
--eval_steps 500 \
|
| 12 |
--save_steps 1000 \
|
| 13 |
--warmup_steps 1000 \
|