correct
This commit is contained in:
parent
41f0899a40
commit
38b04afdf0
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"_name_or_path": "wavlm-large",
|
"_name_or_path": "./wavlm-large/",
|
||||||
"activation_dropout": 0.0,
|
"activation_dropout": 0.0,
|
||||||
"adapter_kernel_size": 3,
|
"adapter_kernel_size": 3,
|
||||||
"adapter_stride": 2,
|
"adapter_stride": 2,
|
||||||
|
@ -74,6 +74,7 @@
|
||||||
"mask_time_other": 0.0,
|
"mask_time_other": 0.0,
|
||||||
"mask_time_prob": 0.075,
|
"mask_time_prob": 0.075,
|
||||||
"mask_time_selection": "static",
|
"mask_time_selection": "static",
|
||||||
|
"max_bucket_distance": 800,
|
||||||
"model_type": "wavlm",
|
"model_type": "wavlm",
|
||||||
"num_adapter_layers": 3,
|
"num_adapter_layers": 3,
|
||||||
"num_attention_heads": 16,
|
"num_attention_heads": 16,
|
||||||
|
@ -90,9 +91,9 @@
|
||||||
"pad_token_id": 0,
|
"pad_token_id": 0,
|
||||||
"proj_codevector_dim": 768,
|
"proj_codevector_dim": 768,
|
||||||
"replace_prob": 0.5,
|
"replace_prob": 0.5,
|
||||||
|
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
||||||
"torch_dtype": "float32",
|
"torch_dtype": "float32",
|
||||||
"transformers_version": "4.13.0.dev0",
|
"transformers_version": "4.15.0.dev0",
|
||||||
"use_weighted_layer_sum": false,
|
"use_weighted_layer_sum": false,
|
||||||
"vocab_size": 32,
|
"vocab_size": 32
|
||||||
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
|
||||||
}
|
}
|
||||||
|
|
BIN
pytorch_model.bin (Stored with Git LFS)
BIN
pytorch_model.bin (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue