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
init
Browse files- .gitattributes +0 -2
.gitattributes
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
*.json filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|