21305 Forks
106636 Stars
106636 Watchers

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

How to download and setup transformers

Open terminal and run command
git clone https://github.com/huggingface/transformers.git
git clone is used to create a copy or clone of transformers repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with transformers https://github.com/huggingface/transformers/archive/master.zip

Or simply clone transformers with SSH
[email protected]:huggingface/transformers.git

If you have some problems with transformers

You may open issue on transformers support forum (system) here: https://github.com/huggingface/transformers/issues