Training in progress, step 4000
Browse files- config.json +2 -2
- model.safetensors +1 -1
- preprocessor_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
"attention_dropout": 0.1,
|
13 |
-
"bos_token_id":
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
16 |
"contrastive_logits_temperature": 0.1,
|
@@ -46,7 +46,7 @@
|
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": false,
|
49 |
-
"eos_token_id":
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
|
|
10 |
"Wav2Vec2ForCTC"
|
11 |
],
|
12 |
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 47,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
16 |
"contrastive_logits_temperature": 0.1,
|
|
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": false,
|
49 |
+
"eos_token_id": 48,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377657268
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e516a6313d6dd7b441f20f14f501723a72ec8d9270f296a4fd14a8549bf2041b
|
3 |
size 377657268
|
preprocessor_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
-
"return_attention_mask":
|
8 |
"sampling_rate": 16000
|
9 |
}
|
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:603709ee6ab3cfb2ca1ca64cec787350d8a994f8974adc615cc98575a862acaf
|
3 |
size 4920
|