Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 809 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 809 Bytes

venv-torch

CI badge

An example of setting up a python virtualenv that has pytorch installed.

This package also shows examples of loading and using HuggingFace models. So far, all the models used are for NLP.

An analogous project using poetry to manage the virtualenv and its dependencies is poetry-torch.

How to setup

source setup.sh

Run sentiment scoring of your input texts

This test can be run interactively:

cd tests
python test_hf_bert_sentiment.py

Run the tests

Run all the tests:

pytest

Author

Ryan Reece (@rreece)
Created: November 4, 2022