Hi there,
I’ve just tried the demo code from this page: microsoft/wavlm-base-plus-sv · Hugging Face on Colab.
However, it’s giving this corruption warning:
/usr/local/lib/python3.7/dist-packages/transformers/modeling_utils.py in _load_state_dict_into_model(cls, model, state_dict, pretrained_model_name_or_path, ignore_mismatched_sizes, _fast_init)
1680 if any(key in expected_keys_not_prefixed for key in loaded_keys):
1681 raise ValueError(
-> 1682 "The state dictionary of the model you are training to load is corrupted. Are you sure it was "
1683 "properly saved?"
1684 )
ValueError: The state dictionary of the model you are training to load is corrupted. Are you sure it was properly saved?
I also tried the live demo from this page: WavLM Speaker Verification - a Hugging Face Space by microsoft , but when I tried recording my speech and submit, it returned an unknown error.
Is there anyone that could help get arround this?
Thanks!