Instructions to use Synthyra/ANKH_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Synthyra/ANKH_base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Synthyra/ANKH_base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
-
"is_encoder_decoder":
|
| 17 |
"is_gated_act": true,
|
| 18 |
"layer_norm_epsilon": 1e-06,
|
| 19 |
"model_type": "t5",
|
|
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
+
"is_encoder_decoder": false,
|
| 17 |
"is_gated_act": true,
|
| 18 |
"layer_norm_epsilon": 1e-06,
|
| 19 |
"model_type": "t5",
|