Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Synthyra
/
ANKH3_large

Fill-Mask
Transformers
Safetensors
fast_ankh
protein language model
biology
custom_code
Model card Files Files and versions
xet
Community

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
ANKH3_large
4.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
lhallee's picture
lhallee
Upload modeling_ankh.py with huggingface_hub
8234dc9 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • LICENSE
    18.8 kB
    Upload LICENSE with huggingface_hub about 1 month ago
  • README.md
    5.32 kB
    Upload README.md with huggingface_hub about 1 month ago
  • config.json
    882 Bytes
    Upload FastAnkhForMaskedLM about 1 month ago
  • model.safetensors
    4.61 GB
    xet
    Upload FastAnkhForMaskedLM about 1 month ago
  • modeling_ankh.py
    78 kB
    Upload modeling_ankh.py with huggingface_hub 15 days ago
  • special_tokens_map.json
    5.29 kB
    Upload tokenizer about 1 month ago
  • spiece.model
    238 kB
    xet
    Upload tokenizer about 1 month ago
  • tokenizer.json
    376 kB
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    46.3 kB
    Upload tokenizer about 1 month ago