Pickle not loadable
#1
by
n8duo
- opened
Hello, it seems that the pickle files in this repo are not loadable (?) I get this error when I try to load them:
UnpicklingError: invalid load key, 'v'.
I also think it would be considerably easier if these models were available through the standard huggingface loading mechanism, i.e. via transformers.AutoModel.from_pretrained('vasantharan/Multimodal_Hate_Speech_Detection_in_Dravidian_languages')
or similar.
Update: this tip helped me get past this error