Instructions to use Evan-Lin/amazon-reward with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Evan-Lin/amazon-reward with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Evan-Lin/amazon-reward") model = AutoModel.from_pretrained("Evan-Lin/amazon-reward") - Notebooks
- Google Colab
- Kaggle