Training in progress, step 500
Browse files- config.json +7 -7
- pytorch_model.bin +2 -2
- run.sh +2 -2
- runs/Jan30_09-16-39_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643534309.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1157150.0 +2 -2
- runs/Jan30_20-13-05_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/1643573666.538277/events.out.tfevents.1643573666.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1415010.1 +3 -0
- runs/Jan30_20-13-05_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643573666.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1415010.0 +3 -0
- runs/Jan30_20-19-55_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/1643574132.9513216/events.out.tfevents.1643574132.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1417756.1 +3 -0
- runs/Jan30_20-19-55_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643574132.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1417756.0 +3 -0
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/wav2vec2-xls-r-
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
@@ -11,7 +11,7 @@
|
|
11 |
"attention_dropout": 0.0,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
-
"codevector_dim":
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
17 |
"conv_dim": [
|
@@ -54,9 +54,9 @@
|
|
54 |
"final_dropout": 0.0,
|
55 |
"hidden_act": "gelu",
|
56 |
"hidden_dropout": 0.0,
|
57 |
-
"hidden_size":
|
58 |
"initializer_range": 0.02,
|
59 |
-
"intermediate_size":
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.0,
|
62 |
"mask_feature_length": 64,
|
@@ -73,11 +73,11 @@
|
|
73 |
"num_conv_pos_embedding_groups": 16,
|
74 |
"num_conv_pos_embeddings": 128,
|
75 |
"num_feat_extract_layers": 7,
|
76 |
-
"num_hidden_layers":
|
77 |
"num_negatives": 100,
|
78 |
-
"output_hidden_size":
|
79 |
"pad_token_id": 32,
|
80 |
-
"proj_codevector_dim":
|
81 |
"tdnn_dilation": [
|
82 |
1,
|
83 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-xls-r-1b",
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
11 |
"attention_dropout": 0.0,
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
+
"codevector_dim": 1024,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
17 |
"conv_dim": [
|
|
|
54 |
"final_dropout": 0.0,
|
55 |
"hidden_act": "gelu",
|
56 |
"hidden_dropout": 0.0,
|
57 |
+
"hidden_size": 1280,
|
58 |
"initializer_range": 0.02,
|
59 |
+
"intermediate_size": 5120,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.0,
|
62 |
"mask_feature_length": 64,
|
|
|
73 |
"num_conv_pos_embedding_groups": 16,
|
74 |
"num_conv_pos_embeddings": 128,
|
75 |
"num_feat_extract_layers": 7,
|
76 |
+
"num_hidden_layers": 48,
|
77 |
"num_negatives": 100,
|
78 |
+
"output_hidden_size": 1280,
|
79 |
"pad_token_id": 32,
|
80 |
+
"proj_codevector_dim": 1024,
|
81 |
"tdnn_dilation": [
|
82 |
1,
|
83 |
2,
|
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:98ca6cb6a4403735d0aed9aef6e54a5f44e23f21a39828c037ee1f6302dcb1f7
|
3 |
+
size 3850492081
|
run.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
python run_speech_recognition_ctc.py \
|
2 |
--dataset_name="NbAiLab/NPSC" \
|
3 |
-
--model_name_or_path="facebook/wav2vec2-xls-r-
|
4 |
--hub_model_id="NbAiLab/wav2vec2-xlsr-300M-NPSC-OH" \
|
5 |
--dataset_config_name="16K_mp3" \
|
6 |
--output_dir="./" \
|
@@ -9,7 +9,7 @@ python run_speech_recognition_ctc.py \
|
|
9 |
--per_device_train_batch_size="16" \
|
10 |
--per_device_eval_batch_size="16" \
|
11 |
--gradient_accumulation_steps="4" \
|
12 |
-
--learning_rate="
|
13 |
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
|
|
1 |
python run_speech_recognition_ctc.py \
|
2 |
--dataset_name="NbAiLab/NPSC" \
|
3 |
+
--model_name_or_path="facebook/wav2vec2-xls-r-1b" \
|
4 |
--hub_model_id="NbAiLab/wav2vec2-xlsr-300M-NPSC-OH" \
|
5 |
--dataset_config_name="16K_mp3" \
|
6 |
--output_dir="./" \
|
|
|
9 |
--per_device_train_batch_size="16" \
|
10 |
--per_device_eval_batch_size="16" \
|
11 |
--gradient_accumulation_steps="4" \
|
12 |
+
--learning_rate="2e-5" \
|
13 |
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
runs/Jan30_09-16-39_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643534309.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1157150.0
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:d48d414a24b21fb2e6fa09fac343c45b4beb5e5158ad81f35a40e3359c7e6306
|
3 |
+
size 19209
|
runs/Jan30_20-13-05_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/1643573666.538277/events.out.tfevents.1643573666.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1415010.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:116ea9d42498f0e6a6985fd76d607d3ce2576c1176f900eedec3dede561bc6e6
|
3 |
+
size 4783
|
runs/Jan30_20-13-05_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643573666.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1415010.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7538e84ca98d42e24476a056d5e772af1050e741ab4f5f9db86e9d6d16b379e
|
3 |
+
size 4714
|
runs/Jan30_20-19-55_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/1643574132.9513216/events.out.tfevents.1643574132.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1417756.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fa90f9eb84049d5b110aa5e3cd70f53f0281d1970a02e1911f38cedc51063b5
|
3 |
+
size 4783
|
runs/Jan30_20-19-55_job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba/events.out.tfevents.1643574132.job-c93f32d8-97c5-48e7-b5ec-c6c950f627ba.1417756.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:377ae36279644f1876b82bbe88e84c8da31c1cb87c5b0ce920133b1599af8c6f
|
3 |
+
size 5814
|
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d898881ca41ce3ef5f2e21a5181124abe9e36c9986de843bfecd137a49be81b
|
3 |
size 3055
|