Instructions to use finalform/auto-gpt-oss-120B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use finalform/auto-gpt-oss-120B with PEFT:
Task type is invalid.
- Transformers
How to use finalform/auto-gpt-oss-120B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("finalform/auto-gpt-oss-120B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 7 files
Browse files- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d767770ee7132a272b60adaf1e5522c7edc1e0631f29bf75d29937e34a3781fc
|
| 3 |
+
size 401926539
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17cd930da9783ca70bad4b9cdeee6a06c0acea8f34645a333c93341f487f66a3
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa0bfbd3929e3d5b4e982c053484f37e8d0c114267d9bf23bb2d7a85d7cf2223
|
| 3 |
+
size 1465
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec57e571dd1e9a6e7fb6a450168cf2b4d509682d2912d2216f1020adf8b42ef
|
| 3 |
+
size 5649
|