You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a text classification model. I have both all-MiniLM-L6-v2 and all-mpnet-base-v2 downloaded locally. encoder: type: auto_transformer pretrained_model_name_or_path: sentence-transformers/all-MiniLM-L6-v2 trainable: false
However when I am training, it works correctly only for mpnet but for the minLM am getting SSL error
MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: [/sentence-transformers/all-MiniLM-L6-v2/resolve/main/vocab.txt]
No idea what is happening. Please help if anyone knows the answer. I even created a folder location manually and copied the vocab.txt inside the minLM folder but it still doesnt work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am creating a text classification model. I have both all-MiniLM-L6-v2 and all-mpnet-base-v2 downloaded locally.
encoder: type: auto_transformer pretrained_model_name_or_path: sentence-transformers/all-MiniLM-L6-v2 trainable: false
However when I am training, it works correctly only for mpnet but for the minLM am getting SSL error
MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: [/sentence-transformers/all-MiniLM-L6-v2/resolve/main/vocab.txt]
No idea what is happening. Please help if anyone knows the answer. I even created a folder location manually and copied the vocab.txt inside the minLM folder but it still doesnt work.
Thanks
Suvin
Beta Was this translation helpful? Give feedback.
All reactions