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

Taykhoom
/
GENA-LM-bert-base

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

Instructions to use Taykhoom/GENA-LM-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Taykhoom/GENA-LM-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Taykhoom/GENA-LM-bert-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Taykhoom/GENA-LM-bert-base", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GENA-LM-bert-base
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Taykhoom's picture
Taykhoom
Fix model correctness and Hugging Face compatibility
2ce5c44 verified 4 days ago
  • .gitattributes
    1.52 kB
    Initial GENA-LM Hugging Face port 6 days ago
  • README.md
    6.06 kB
    Fix model correctness and Hugging Face compatibility 4 days ago
  • config.json
    905 Bytes
    Initial GENA-LM Hugging Face port 6 days ago
  • configuration_genalm.py
    2.87 kB
    Initial GENA-LM Hugging Face port 6 days ago
  • model.safetensors
    443 MB
    xet
    Initial GENA-LM Hugging Face port 6 days ago
  • modeling_genalm.py
    27.2 kB
    Initial GENA-LM Hugging Face port 6 days ago
  • special_tokens_map.json
    112 Bytes
    Initial GENA-LM Hugging Face port 6 days ago
  • tokenizer.json
    1.54 MB
    Initial GENA-LM Hugging Face port 6 days ago
  • tokenizer_config.json
    199 Bytes
    Initial GENA-LM Hugging Face port 6 days ago