Instructions to use amirali1985/pythia_70m_ppo_imdb_sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amirali1985/pythia_70m_ppo_imdb_sentiment with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("amirali1985/pythia_70m_ppo_imdb_sentiment") model = AutoModelForCausalLM.from_pretrained("amirali1985/pythia_70m_ppo_imdb_sentiment") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened almost 3 years ago
by
SFconvertbot