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