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

isyslab
/
DNAFlash

Feature Extraction
Transformers
Safetensors
flash_transformer
biology
genomics
long-context
custom_code
Model card Files Files and versions
xet
Community

Instructions to use isyslab/DNAFlash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use isyslab/DNAFlash with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="isyslab/DNAFlash", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("isyslab/DNAFlash", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DNAFlash
960 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
wangleiofficial's picture
wangleiofficial
Update dnaflash.py
854dfc6 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1 kB
    Update README.md about 1 year ago
  • config.json
    687 Bytes
    Update config.json about 1 year ago
  • dnaflash.py
    17.4 kB
    Update dnaflash.py about 1 year ago
  • model.safetensors
    959 MB
    xet
    Upload model.safetensors over 1 year ago
  • special_tokens_map.json
    695 Bytes
    add files over 1 year ago
  • tokenizer.json
    167 kB
    add files over 1 year ago
  • tokenizer_config.json
    1.14 kB
    add files over 1 year ago