Training in progress, step 4000
Browse files- pytorch_model.bin +1 -1
- run_2.sh +35 -0
- runs/Dec16_13-55-02_129-146-104-29/1671199202.2565184/events.out.tfevents.1671199202.129-146-104-29.128095.1 +3 -0
- runs/Dec16_13-55-02_129-146-104-29/events.out.tfevents.1671199202.129-146-104-29.128095.0 +3 -0
- special_tokens_map.json +14 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262381549
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16d5bdabf704db530a89e8f651eaa5068007117858043a754242f0b36576ecc4
|
3 |
size 1262381549
|
run_2.sh
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python run_speech_recognition_ctc.py \
|
2 |
+
--dataset_name="google/fleurs" \
|
3 |
+
--dataset_config_name="ps_af" \
|
4 |
+
--model_name_or_path="facebook/wav2vec2-xls-r-300m" \
|
5 |
+
--output_dir="./" \
|
6 |
+
--overwrite_output_dir="False" \
|
7 |
+
--max_steps="4000" \
|
8 |
+
--per_device_train_batch_size="8" \
|
9 |
+
--per_device_eval_batch_size="8" \
|
10 |
+
--gradient_accumulation_steps="4" \
|
11 |
+
--learning_rate="7.5e-5" \
|
12 |
+
--warmup_steps="2000" \
|
13 |
+
--evaluation_strategy="steps" \
|
14 |
+
--text_column_name="transcription" \
|
15 |
+
--save_steps="500" \
|
16 |
+
--eval_steps="500" \
|
17 |
+
--logging_steps="10" \
|
18 |
+
--layerdrop="0.0" \
|
19 |
+
--activation_dropout="0.1" \
|
20 |
+
--eval_metrics wer cer \
|
21 |
+
--greater_is_better="False" \
|
22 |
+
--load_best_model_at_end \
|
23 |
+
--save_total_limit="3" \
|
24 |
+
--mask_time_prob="0.3" \
|
25 |
+
--mask_time_length="10" \
|
26 |
+
--mask_feature_prob="0.1" \
|
27 |
+
--fp16 \
|
28 |
+
--mask_feature_length="64" \
|
29 |
+
--chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
|
30 |
+
--group_by_length \
|
31 |
+
--push_to_hub \
|
32 |
+
--do_train --do_eval \
|
33 |
+
--gradient_checkpointing \
|
34 |
+
--use_auth_token
|
35 |
+
--freeze_feature_extractor="True"
|
runs/Dec16_13-55-02_129-146-104-29/1671199202.2565184/events.out.tfevents.1671199202.129-146-104-29.128095.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:414238c9cc401aa54440b67cd9afd1482b1e3d03117800b010df72223777e4b6
|
3 |
+
size 5633
|
runs/Dec16_13-55-02_129-146-104-29/events.out.tfevents.1671199202.129-146-104-29.128095.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39878c47ca6827aa25ba08afcf7469f2edee802afd4d48b112012afe2f97446f
|
3 |
+
size 13384
|
special_tokens_map.json
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
{
|
4 |
"content": "<s>",
|
5 |
"lstrip": false,
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "</s>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": true,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
{
|
18 |
"content": "<s>",
|
19 |
"lstrip": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3451
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8db676724d3b250a75c67b14b560e0f5841aa861be1b97a2de36a39b8f53a7a
|
3 |
size 3451
|