Instructions to use Synthyra/ANKH3_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Synthyra/ANKH3_large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Synthyra/ANKH3_large", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Synthyra/ANKH3_large", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
d176ece | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f2b5e1bbd110b71ca9b2878e1fcd3265610076ecc97bd696e8a745c9bacc54e0
size 238017
|