Skip to content

Instantly share code, notes, and snippets.

@aufi
Last active June 2, 2023 13:21
Show Gist options
  • Save aufi/a7240c24a659fc5a18445eeda5eaf7fd to your computer and use it in GitHub Desktop.
Save aufi/a7240c24a659fc5a18445eeda5eaf7fd to your computer and use it in GitHub Desktop.

huggingface / transformers pipeline - what to do model

Local install

python -m venv ml-env
source ./ml-env/bin/activate
pip install torch # use PyTorch or TF
pip install tensorflow
pip install pandas
pip install transformers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment