Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
- run.sh +3 -3
- runs/Dec18_17-32-59_129-146-179-188/1671384957.9078953/events.out.tfevents.1671384957.129-146-179-188.141056.1 +3 -0
- runs/Dec18_17-32-59_129-146-179-188/events.out.tfevents.1671384957.129-146-179-188.141056.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 3850869933
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44973da61e20cce71ac1d426c542fee45bd248ad5d292ff1f5cc3fe0fd8e4898
|
3 |
size 3850869933
|
run.sh
CHANGED
@@ -4,12 +4,12 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--dataset_config_name="ps_af" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir="False" \
|
7 |
-
--max_steps="
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
-
--learning_rate="
|
12 |
-
--warmup_steps="
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="transcription" \
|
15 |
--save_steps="500" \
|
|
|
4 |
--dataset_config_name="ps_af" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir="False" \
|
7 |
+
--max_steps="1500" \
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
+
--learning_rate="5e-05" \
|
12 |
+
--warmup_steps="50" \
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="transcription" \
|
15 |
--save_steps="500" \
|
runs/Dec18_17-32-59_129-146-179-188/1671384957.9078953/events.out.tfevents.1671384957.129-146-179-188.141056.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12319a8ba239d4d6fca803b3289a884fa92409e0a44c2f46ddf75c5a97ce363
|
3 |
+
size 5634
|
runs/Dec18_17-32-59_129-146-179-188/events.out.tfevents.1671384957.129-146-179-188.141056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:718aee29373d0dc6f3753e5a8f99053b2084b57db4f0dc3998409c3f00ca19e3
|
3 |
+
size 13386
|
special_tokens_map.json
CHANGED
@@ -21,6 +21,20 @@
|
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
{
|
25 |
"content": "</s>",
|
26 |
"lstrip": false,
|
|
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
},
|
24 |
+
{
|
25 |
+
"content": "</s>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": true,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"content": "<s>",
|
33 |
+
"lstrip": false,
|
34 |
+
"normalized": true,
|
35 |
+
"rstrip": false,
|
36 |
+
"single_word": false
|
37 |
+
},
|
38 |
{
|
39 |
"content": "</s>",
|
40 |
"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:610d7c1e48d3197910a3f64fdc4bfe64d5b8fa2a59d3492c701f1eb76d1e4231
|
3 |
size 3451
|