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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GenerTeam
/
GENERanno-eukaryote-0.5b-base

Fill-Mask
Transformers
Safetensors
generanno
biology
genomics
long-context
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use GenerTeam/GENERanno-eukaryote-0.5b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GenerTeam/GENERanno-eukaryote-0.5b-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GenerTeam/GENERanno-eukaryote-0.5b-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("GenerTeam/GENERanno-eukaryote-0.5b-base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GENERanno-eukaryote-0.5b-base
1.97 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 25 commits
GenerTeam's picture
GenerTeam
Update tokenizer.py
d2f40b0 verified about 20 hours ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.12 kB
    Update README.md 11 months ago
  • config.json
    1.08 kB
    Update config.json 3 months ago
  • configuration_generanno.py
    10.7 kB
    Upload model over 1 year ago
  • model.safetensors
    1.97 GB
    xet
    Upload model over 1 year ago
  • modeling_generanno.py
    51.8 kB
    Update modeling_generanno.py 2 months ago
  • special_tokens_map.json
    118 Bytes
    Update tokenizer 8 months ago
  • tokenizer.py
    6.76 kB
    Update tokenizer.py about 20 hours ago
  • tokenizer_config.json
    1.26 kB
    Update tokenizer 8 months ago
  • vocab.txt
    346 Bytes
    Update tokenizer 8 months ago