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-prokaryote-0.5b-cds-annotator

Token Classification
Transformers
Safetensors
generanno
biology
genomics
custom_code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use GenerTeam/GENERanno-prokaryote-0.5b-cds-annotator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="GenerTeam/GENERanno-prokaryote-0.5b-cds-annotator", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("GenerTeam/GENERanno-prokaryote-0.5b-cds-annotator", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GENERanno-prokaryote-0.5b-cds-annotator
1.97 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 22 commits
GenerTeam's picture
GenerTeam
Update tokenizer.py
b1c139d verified 23 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.05 kB
    Update README.md 4 months ago
  • config.json
    1.27 kB
    Update config.json 3 months ago
  • configuration_generanno.py
    10.7 kB
    Upload model 9 months ago
  • model.safetensors
    1.97 GB
    xet
    Upload model 9 months ago
  • modeling_generanno.py
    51.8 kB
    Update modeling_generanno.py 3 months ago
  • special_tokens_map.json
    118 Bytes
    update tokenizer 9 months ago
  • tokenizer.py
    6.76 kB
    Update tokenizer.py 23 days ago
  • tokenizer_config.json
    1.26 kB
    update tokenizer 9 months ago
  • vocab.txt
    346 Bytes
    update tokenizer 9 months ago