Instructions to use louaaron/sedd-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use louaaron/sedd-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("louaaron/sedd-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
| 57 |
"n_blocks": 12,
|
| 58 |
"n_heads": 12,
|
| 59 |
"scale_by_sigma": true,
|
| 60 |
-
"dropout": 0.1
|
| 61 |
},
|
| 62 |
"work_dir": "absorb_small"
|
| 63 |
}
|
|
|
|
| 57 |
"n_blocks": 12,
|
| 58 |
"n_heads": 12,
|
| 59 |
"scale_by_sigma": true,
|
| 60 |
+
"dropout": 0.1
|
| 61 |
},
|
| 62 |
"work_dir": "absorb_small"
|
| 63 |
}
|