huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
132.29k stars 26.35k forks source link

Could you help with a huggingface/transformers pretrained models download link? #4278

Closed yucc2018 closed 4 years ago

yucc2018 commented 4 years ago

❓ Questions & Help

Details

I am a natural language processing researcher from the Lenovo Research in Beijing. My colleagues and I really like your huggingface/transfromers framework and having been using it. I am currently writing a series of Chinese blogs about transformers, hoping to promote it to more Chinese friends. I want to download all of your pretrained models for study and experiments, but due to network problems in China, the download will be very slow and unstable. At the same time, manual downloading one by one is very troublesome. Could you kindly provide a unified download link which I can download all models? Thank you. @julien-c

julien-c commented 4 years ago

Hi, you can find the model identifiers in this JSON: https://huggingface.co/api/models

Then you can get all files URLs by removing bert/ from the objects' keys and prefixing with URL endpoint "https://cdn.huggingface.co/"

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.