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 +0 -1
config.json
CHANGED
|
@@ -58,7 +58,6 @@
|
|
| 58 |
"n_heads": 12,
|
| 59 |
"scale_by_sigma": true,
|
| 60 |
"dropout": 0.1,
|
| 61 |
-
"score_strategy": 0
|
| 62 |
},
|
| 63 |
"work_dir": "absorb_small"
|
| 64 |
}
|
|
|
|
| 58 |
"n_heads": 12,
|
| 59 |
"scale_by_sigma": true,
|
| 60 |
"dropout": 0.1,
|
|
|
|
| 61 |
},
|
| 62 |
"work_dir": "absorb_small"
|
| 63 |
}
|