Training in progress, epoch 25
Browse files- config.json +7 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/scratch/elec/puhe/p/palp3/sami_ASR/downloaded-base-sami/wav2vec2-base-sami-22k",
|
| 3 |
-
"activation_dropout": 0.
|
| 4 |
"adapter_attn_dim": null,
|
| 5 |
"adapter_kernel_size": 3,
|
| 6 |
"adapter_stride": 2,
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"architectures": [
|
| 10 |
"Wav2Vec2ForCTC"
|
| 11 |
],
|
| 12 |
-
"attention_dropout": 0.
|
| 13 |
"bos_token_id": 1,
|
| 14 |
"classifier_proj_size": 256,
|
| 15 |
"codevector_dim": 256,
|
|
@@ -42,7 +42,7 @@
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
],
|
| 45 |
-
"ctc_loss_reduction": "
|
| 46 |
"ctc_zero_infinity": false,
|
| 47 |
"diversity_loss_weight": 0.1,
|
| 48 |
"do_stable_layer_norm": false,
|
|
@@ -51,14 +51,14 @@
|
|
| 51 |
"feat_extract_norm": "group",
|
| 52 |
"feat_proj_dropout": 0.0,
|
| 53 |
"feat_quantizer_dropout": 0.0,
|
| 54 |
-
"final_dropout": 0.
|
| 55 |
"hidden_act": "gelu",
|
| 56 |
-
"hidden_dropout": 0.
|
| 57 |
"hidden_size": 768,
|
| 58 |
"initializer_range": 0.02,
|
| 59 |
"intermediate_size": 3072,
|
| 60 |
"layer_norm_eps": 1e-05,
|
| 61 |
-
"layerdrop": 0.
|
| 62 |
"mask_feature_length": 10,
|
| 63 |
"mask_feature_min_masks": 0,
|
| 64 |
"mask_feature_prob": 0.0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/scratch/elec/puhe/p/palp3/sami_ASR/downloaded-base-sami/wav2vec2-base-sami-22k-finetuned",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
"adapter_attn_dim": null,
|
| 5 |
"adapter_kernel_size": 3,
|
| 6 |
"adapter_stride": 2,
|
|
|
|
| 9 |
"architectures": [
|
| 10 |
"Wav2Vec2ForCTC"
|
| 11 |
],
|
| 12 |
+
"attention_dropout": 0.0,
|
| 13 |
"bos_token_id": 1,
|
| 14 |
"classifier_proj_size": 256,
|
| 15 |
"codevector_dim": 256,
|
|
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
],
|
| 45 |
+
"ctc_loss_reduction": "mean",
|
| 46 |
"ctc_zero_infinity": false,
|
| 47 |
"diversity_loss_weight": 0.1,
|
| 48 |
"do_stable_layer_norm": false,
|
|
|
|
| 51 |
"feat_extract_norm": "group",
|
| 52 |
"feat_proj_dropout": 0.0,
|
| 53 |
"feat_quantizer_dropout": 0.0,
|
| 54 |
+
"final_dropout": 0.0,
|
| 55 |
"hidden_act": "gelu",
|
| 56 |
+
"hidden_dropout": 0.0,
|
| 57 |
"hidden_size": 768,
|
| 58 |
"initializer_range": 0.02,
|
| 59 |
"intermediate_size": 3072,
|
| 60 |
"layer_norm_eps": 1e-05,
|
| 61 |
+
"layerdrop": 0.0,
|
| 62 |
"mask_feature_length": 10,
|
| 63 |
"mask_feature_min_masks": 0,
|
| 64 |
"mask_feature_prob": 0.0,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377654192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dca1c4fe06be774257b684a7be3bed3f232b24080fd7f7c6c0b6835e7b29b18
|
| 3 |
size 377654192
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d209bd653d7420be6faba1cb39bf5958ee3fe63178a2b43ffefbbfdf55405752
|
| 3 |
size 5496
|