Training in progress, step 4500
Browse files- pytorch_model.bin +1 -1
- run_2.sh +1 -1
- runs/Dec16_14-39-42_129-146-104-29/1671201754.79521/events.out.tfevents.1671201754.129-146-104-29.129288.1 +3 -0
- runs/Dec16_14-39-42_129-146-104-29/events.out.tfevents.1671201754.129-146-104-29.129288.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:6260fb3cc2f2e4676019ba3ec028af3a514f64c67e0c92d3a0a5da9dbf4eba5e
|
3 |
size 1262381549
|
run_2.sh
CHANGED
@@ -4,7 +4,7 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--model_name_or_path="facebook/wav2vec2-xls-r-300m" \
|
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" \
|
|
|
4 |
--model_name_or_path="facebook/wav2vec2-xls-r-300m" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir="False" \
|
7 |
+
--max_steps="4500" \
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
--gradient_accumulation_steps="4" \
|
runs/Dec16_14-39-42_129-146-104-29/1671201754.79521/events.out.tfevents.1671201754.129-146-104-29.129288.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd49e0eafc8f61728599067cf82cdb4c8e2dfc804418f88a9bac0a108f945f5a
|
3 |
+
size 5633
|
runs/Dec16_14-39-42_129-146-104-29/events.out.tfevents.1671201754.129-146-104-29.129288.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed05d2551dd144d57f532a7b5cb1d69f50d4229af7d233bf32d6e006e38b16c
|
3 |
+
size 13384
|
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:0a283ddc957720ad6b8ed3ed6f0b1f48fd5f440a2229d09fd9ce1958e67aa059
|
3 |
size 3451
|