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-1.2b-cds-annotator-preview

Token Classification
Transformers
Safetensors
generanno
biology
genomics
long-context
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use GenerTeam/GENERanno-eukaryote-1.2b-cds-annotator-preview with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="GenerTeam/GENERanno-eukaryote-1.2b-cds-annotator-preview", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("GenerTeam/GENERanno-eukaryote-1.2b-cds-annotator-preview", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GENERanno-eukaryote-1.2b-cds-annotator-preview
4.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
GenerTeam's picture
GenerTeam
Update tokenizer.py
bce240d verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    761 Bytes
    Update README.md 3 months ago
  • config.json
    1.26 kB
    Update config.json 3 months ago
  • configuration_generanno.py
    10.7 kB
    Upload folder using huggingface_hub 3 months ago
  • fsdp_config.json
    399 Bytes
    Upload folder using huggingface_hub 3 months ago
  • model.safetensors
    4.61 GB
    xet
    Upload model.safetensors about 1 month ago
  • modeling_generanno.py
    51.8 kB
    Update modeling_generanno.py 2 months ago
  • special_tokens_map.json
    552 Bytes
    Upload folder using huggingface_hub 3 months ago
  • tokenizer.py
    5.38 kB
    Update tokenizer.py 5 days ago
  • tokenizer_config.json
    1.3 kB
    Upload folder using huggingface_hub 3 months ago
  • vocab.txt
    28.9 kB
    Upload folder using huggingface_hub 3 months ago