How to use anderloh/Wav2Vec_Pretrained_Model_test with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("anderloh/Wav2Vec_Pretrained_Model_test") model = AutoModelForPreTraining.from_pretrained("anderloh/Wav2Vec_Pretrained_Model_test")
The community tab is the place to discuss and collaborate with the HF community!