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
YuXiang commited on
Commit ·
9e0ba0d
0
Parent(s):
init
Browse files- .gitattributes +2 -0
- config.json +3 -0
- pytorch_model.bin +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32cae3f65426a8da370ac58654f8563f8a5928b05de75b8584eb440e0a0e08dc
|
| 3 |
+
size 770
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe131db7c28c9572ac91df2368bd422fbabc99150c8dc4cfc6a123ee9f99fe4
|
| 3 |
+
size 498662217
|