saharghannay
saharghannay
Hi, I runned an end-to-end SLU system on SLURP data using wav2vec: python train_with_wav2vec.py hparams/train_with_wav2vec_new.yaml However, I got this error after 20 epochs during the evaluation: c/../third_party/protobuf-lite/google/protobuf/repeated_field.h:1694] CHECK failed: (index)...
I was runing the token classification example her : https://github.com/huggingface/transformers/blob/master/examples/token-classification/run.sh with flaubert-large-cased as model name. I tried to use the downloaded model from https://huggingface.co/flaubert models, but after 100 epochs the...
### Describe the bug Hi I tried to install speechbrain0.5 but I had this error when I ran a recipe speechbrain0.5/speechbrain/lobes/models/huggingface_wav2vec.py", line 25, in **from transformers import Wav2Vec2Model, HubertModel, WavLMModel,...