Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit d24926b

Browse files
committed
add ipynb + fix docker + fix path in finetune
1 parent a974757 commit d24926b

4 files changed

+9105
-4
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip3 install git+https://github.com/huggingface/transformers.git
2222

2323
RUN mkdir -p /workspace/wav2vec/
2424

25-
COPY finetune.sh run_common_voice.py finetune_with_params.sh /workspace/wav2vec/
25+
COPY fine-tune-xlsr-wav2vec2-on-turkish-asr-with-transformers.ipynb finetune.sh run_common_voice.py finetune_with_params.sh /workspace/wav2vec/
2626

2727
COPY home-server.html run_all.sh /usr/bin/
2828

@@ -37,6 +37,7 @@ ENV model_name_or_path="facebook/wav2vec2-large-xlsr-53" \
3737
cache_dir="/workspace/data" \
3838
num_train_epochs="1" \
3939
per_device_train_batch_size="32" \
40+
per_device_eval_batch_size="32" \
4041
evaluation_strategy="steps" \
4142
learning_rate="3e-4" \
4243
warmup_steps="500" \

0 commit comments

Comments
 (0)