Instructions to use ruffy369/iris-gopher with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruffy369/iris-gopher with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ruffy369/iris-gopher", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
"resolution": 64,
|
| 47 |
"sequence_length": 20,
|
| 48 |
"tokens_per_block": 17,
|
| 49 |
-
"transformers_version": "4.
|
| 50 |
"use_cache": true,
|
| 51 |
"use_original_obs_actor_critic": false,
|
| 52 |
"vocab_size": 512,
|
|
|
|
| 46 |
"resolution": 64,
|
| 47 |
"sequence_length": 20,
|
| 48 |
"tokens_per_block": 17,
|
| 49 |
+
"transformers_version": "4.44.0.dev0",
|
| 50 |
"use_cache": true,
|
| 51 |
"use_original_obs_actor_critic": false,
|
| 52 |
"vocab_size": 512,
|