Some issues with models loading

#1
by matveymih - opened

Hi! What is difference between cointegrated/SONAR_200_text_encoder and cointegrated/SONAR_200_converted_text_encoder?
What does "converted" mean?
Could you please provide example code to run cointegrated/SONAR_200_converted_text_encoder and cointegrated/SONAR_200_converted_text_decoder?

I've tried to use code example from SONAR_200_text_encoder to load SONAR_200_converted_text_encoder, but it isn't working with converted model :(
(I've got some checkpoint weights keys mismatches when loaded converted model with M2M100Encoder.from_pretrained)
How to use converted encoder & decoder with HF classes?

Hi! This model is experimental, please don't use it.
Please use either https://huggingface.co/cointegrated/SONAR_200_text_encoder, or the original implementation: https://github.com/facebookresearch/sonar

Sign up or log in to comment