Training in progress, step 1000
Browse files- config.json +1 -1
- ds_config.json +48 -0
- pytorch_model.bin +2 -2
- run.log +0 -0
- run.sh +3 -1
- runs/Dec14_16-16-20_129-146-123-136/1671034661.2950988/events.out.tfevents.1671034661.129-146-123-136.70213.1 +3 -0
- runs/Dec14_16-16-20_129-146-123-136/events.out.tfevents.1671034661.129-146-123-136.70213.0 +3 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"num_mel_bins": 80,
|
35 |
"pad_token_id": 50257,
|
36 |
"scale_embedding": false,
|
37 |
-
"torch_dtype": "
|
38 |
"transformers_version": "4.26.0.dev0",
|
39 |
"use_cache": false,
|
40 |
"vocab_size": 51865
|
|
|
34 |
"num_mel_bins": 80,
|
35 |
"pad_token_id": 50257,
|
36 |
"scale_embedding": false,
|
37 |
+
"torch_dtype": "float16",
|
38 |
"transformers_version": "4.26.0.dev0",
|
39 |
"use_cache": false,
|
40 |
"vocab_size": 51865
|
ds_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fp16": {
|
3 |
+
"enabled": "auto",
|
4 |
+
"loss_scale": 0,
|
5 |
+
"loss_scale_window": 1000,
|
6 |
+
"initial_scale_power": 16,
|
7 |
+
"hysteresis": 2,
|
8 |
+
"min_loss_scale": 1
|
9 |
+
},
|
10 |
+
|
11 |
+
"optimizer": {
|
12 |
+
"type": "AdamW",
|
13 |
+
"params": {
|
14 |
+
"lr": "auto",
|
15 |
+
"betas": "auto",
|
16 |
+
"eps": "auto",
|
17 |
+
"weight_decay": "auto"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
|
21 |
+
"scheduler": {
|
22 |
+
"type": "WarmupLR",
|
23 |
+
"params": {
|
24 |
+
"warmup_min_lr": "auto",
|
25 |
+
"warmup_max_lr": "auto",
|
26 |
+
"warmup_num_steps": "auto"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
|
30 |
+
"zero_optimization": {
|
31 |
+
"stage": 2,
|
32 |
+
"offload_optimizer": {
|
33 |
+
"device": "cpu",
|
34 |
+
"pin_memory": true
|
35 |
+
},
|
36 |
+
"allgather_partitions": true,
|
37 |
+
"allgather_bucket_size": 2e8,
|
38 |
+
"overlap_comm": true,
|
39 |
+
"reduce_scatter": true,
|
40 |
+
"reduce_bucket_size": 2e8,
|
41 |
+
"contiguous_gradients": true
|
42 |
+
},
|
43 |
+
|
44 |
+
"gradient_accumulation_steps": "auto",
|
45 |
+
"gradient_clipping": "auto",
|
46 |
+
"train_batch_size": "auto",
|
47 |
+
"train_micro_batch_size_per_gpu": "auto"
|
48 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb8c44a25c6536055d608d7e16c64d9906e9db3c32a37721c88e1c8b5323d953
|
3 |
+
size 483536061
|
run.log
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
run.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
--model_name_or_path="openai/whisper-small" \
|
3 |
--dataset_name="facebook/voxpopuli" \
|
4 |
--dataset_config_name="hr" \
|
@@ -33,5 +34,6 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
33 |
--do_eval \
|
34 |
--predict_with_generate \
|
35 |
--do_normalize_eval \
|
|
|
36 |
--use_auth_token \
|
37 |
--push_to_hub
|
|
|
1 |
+
deepspeed run_speech_recognition_seq2seq_streaming.py \
|
2 |
+
--deepspeed="ds_config.json" \
|
3 |
--model_name_or_path="openai/whisper-small" \
|
4 |
--dataset_name="facebook/voxpopuli" \
|
5 |
--dataset_config_name="hr" \
|
|
|
34 |
--do_eval \
|
35 |
--predict_with_generate \
|
36 |
--do_normalize_eval \
|
37 |
+
--streaming \
|
38 |
--use_auth_token \
|
39 |
--push_to_hub
|
runs/Dec14_16-16-20_129-146-123-136/1671034661.2950988/events.out.tfevents.1671034661.129-146-123-136.70213.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae91cb64ba0714a7cb4345a2f4de8e94d34b7ae097a8889448f2037939c28256
|
3 |
+
size 5881
|
runs/Dec14_16-16-20_129-146-123-136/events.out.tfevents.1671034661.129-146-123-136.70213.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4122ec6beea05038077efd7c087c5cd203f115fd6c9887a582c2e82be1105867
|
3 |
+
size 10862
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4661efef1c7d1829413d2a909012154ff96d9155a348c80c9a204ac96b0688df
|
3 |
+
size 4667
|