Delete checkpoint-36000
Browse files- checkpoint-36000/config.json +0 -81
- checkpoint-36000/model.safetensors +0 -3
- checkpoint-36000/optimizer.pt +0 -3
- checkpoint-36000/preprocessor_config.json +0 -11
- checkpoint-36000/rng_state.pth +0 -3
- checkpoint-36000/scheduler.pt +0 -3
- checkpoint-36000/trainer_state.json +0 -0
- checkpoint-36000/training_args.bin +0 -3
checkpoint-36000/config.json
DELETED
|
@@ -1,81 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"activation_dropout": 0.0,
|
| 3 |
-
"adapter_act": "relu",
|
| 4 |
-
"adapter_kernel_size": 3,
|
| 5 |
-
"adapter_stride": 2,
|
| 6 |
-
"add_adapter": true,
|
| 7 |
-
"apply_spec_augment": false,
|
| 8 |
-
"architectures": [
|
| 9 |
-
"Wav2Vec2BertForCTC"
|
| 10 |
-
],
|
| 11 |
-
"attention_dropout": 0.0,
|
| 12 |
-
"bos_token_id": 1,
|
| 13 |
-
"classifier_proj_size": 768,
|
| 14 |
-
"codevector_dim": 768,
|
| 15 |
-
"conformer_conv_dropout": 0.1,
|
| 16 |
-
"contrastive_logits_temperature": 0.1,
|
| 17 |
-
"conv_depthwise_kernel_size": 31,
|
| 18 |
-
"ctc_loss_reduction": "mean",
|
| 19 |
-
"ctc_zero_infinity": true,
|
| 20 |
-
"diversity_loss_weight": 0.1,
|
| 21 |
-
"eos_token_id": 2,
|
| 22 |
-
"feat_proj_dropout": 0.0,
|
| 23 |
-
"feat_quantizer_dropout": 0.0,
|
| 24 |
-
"feature_projection_input_dim": 160,
|
| 25 |
-
"final_dropout": 0.1,
|
| 26 |
-
"hidden_act": "swish",
|
| 27 |
-
"hidden_dropout": 0.0,
|
| 28 |
-
"hidden_size": 1024,
|
| 29 |
-
"initializer_range": 0.02,
|
| 30 |
-
"intermediate_size": 4096,
|
| 31 |
-
"layer_norm_eps": 1e-05,
|
| 32 |
-
"layerdrop": 0.0,
|
| 33 |
-
"left_max_position_embeddings": 64,
|
| 34 |
-
"mask_feature_length": 10,
|
| 35 |
-
"mask_feature_min_masks": 0,
|
| 36 |
-
"mask_feature_prob": 0.0,
|
| 37 |
-
"mask_time_length": 10,
|
| 38 |
-
"mask_time_min_masks": 2,
|
| 39 |
-
"mask_time_prob": 0.0,
|
| 40 |
-
"max_source_positions": 5000,
|
| 41 |
-
"model_type": "wav2vec2-bert",
|
| 42 |
-
"num_adapter_layers": 1,
|
| 43 |
-
"num_attention_heads": 16,
|
| 44 |
-
"num_codevector_groups": 2,
|
| 45 |
-
"num_codevectors_per_group": 320,
|
| 46 |
-
"num_hidden_layers": 24,
|
| 47 |
-
"num_negatives": 100,
|
| 48 |
-
"output_hidden_size": 1024,
|
| 49 |
-
"pad_token_id": 408,
|
| 50 |
-
"position_embeddings_type": "relative_key",
|
| 51 |
-
"proj_codevector_dim": 768,
|
| 52 |
-
"right_max_position_embeddings": 8,
|
| 53 |
-
"rotary_embedding_base": 10000,
|
| 54 |
-
"tdnn_dilation": [
|
| 55 |
-
1,
|
| 56 |
-
2,
|
| 57 |
-
3,
|
| 58 |
-
1,
|
| 59 |
-
1
|
| 60 |
-
],
|
| 61 |
-
"tdnn_dim": [
|
| 62 |
-
512,
|
| 63 |
-
512,
|
| 64 |
-
512,
|
| 65 |
-
512,
|
| 66 |
-
1500
|
| 67 |
-
],
|
| 68 |
-
"tdnn_kernel": [
|
| 69 |
-
5,
|
| 70 |
-
3,
|
| 71 |
-
3,
|
| 72 |
-
1,
|
| 73 |
-
1
|
| 74 |
-
],
|
| 75 |
-
"torch_dtype": "float32",
|
| 76 |
-
"transformers_version": "4.50.0",
|
| 77 |
-
"use_intermediate_ffn_before_adapter": false,
|
| 78 |
-
"use_weighted_layer_sum": false,
|
| 79 |
-
"vocab_size": 416,
|
| 80 |
-
"xvector_output_dim": 512
|
| 81 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb1f484d6ab9408aeff8de66eae26819a88129bf075906b3f06535f3ea1c5cb6
|
| 3 |
-
size 2424520168
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/optimizer.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f467b5cf6e8649c8521802bdcc62289b5e7f553a20758cf0895c4194c07ef666
|
| 3 |
-
size 4849501162
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/preprocessor_config.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
| 3 |
-
"feature_size": 80,
|
| 4 |
-
"num_mel_bins": 80,
|
| 5 |
-
"padding_side": "right",
|
| 6 |
-
"padding_value": 1,
|
| 7 |
-
"processor_class": "Wav2Vec2BertProcessor",
|
| 8 |
-
"return_attention_mask": true,
|
| 9 |
-
"sampling_rate": 16000,
|
| 10 |
-
"stride": 2
|
| 11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/rng_state.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:640d1e945b69de859a282ff77e38a653f17f600f9f6dbf8d1498b79a26bfb3d4
|
| 3 |
-
size 14244
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/scheduler.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:544009877cb86dbd43d4bfa0e1c7cfb9d7bd051e55e7b68268b4f40f2cc9a841
|
| 3 |
-
size 1064
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-36000/trainer_state.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-36000/training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1eea4cca5cd0c0b6bde77429d0aa0c29dcc2e97c0147ab8058d96437d7df362e
|
| 3 |
-
size 5432
|
|
|
|
|
|
|
|
|
|
|
|