Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Synthyra
/
ANKH_base

Transformers
Safetensors
t5
text2text-generation
protein-language-model
fastplms
custom_code
text-generation-inference
Model card Files Files and versions
xet
Community

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 AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Synthyra/ANKH_base", trust_remote_code=True)
    model = AutoModelForSeq2SeqLM.from_pretrained("Synthyra/ANKH_base", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ANKH_base / fastplms
445 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lhallee's picture
lhallee
Update FastPLMs runtime and model cards
d2b84ea verified 8 days ago
  • attention
    Update FastPLMs runtime and model cards 8 days ago
  • embeddings
    Update FastPLMs runtime and model cards 8 days ago
  • models
    Update FastPLMs runtime and model cards 8 days ago
  • __init__.py
    1.86 kB
    Update FastPLMs runtime and model cards 8 days ago
  • models.toml
    77 kB
    Update FastPLMs runtime files 11 days ago
  • registry.py
    60.1 kB
    Update FastPLMs runtime and model cards 8 days ago
  • runtime.py
    2.54 kB
    Update FastPLMs runtime and model cards 8 days ago