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

lowdown-labs
/
fela-genomics

Text Classification
Transformers
Safetensors
fela-dna
feature-extraction
fela
fourier-neural-operator
fno
cpu
on-device
genomics
dna
sequence-classification
gated-deltanet
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lowdown-labs/fela-genomics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lowdown-labs/fela-genomics with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lowdown-labs/fela-genomics", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lowdown-labs/fela-genomics", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • quickstart
    initial commit 3 days ago
  • space
    initial commit 3 days ago
  • streaming
    initial commit 3 days ago
  • .gitattributes
    50 Bytes
    initial commit 3 days ago
  • .gitignore
    53 Bytes
    initial commit 3 days ago
  • LICENSE
    25.4 kB
    initial commit 3 days ago
  • README.md
    18.7 kB
    initial commit 3 days ago
  • backbone.safetensors
    58.6 MB
    xet
    initial commit 3 days ago
  • coding_clf.safetensors
    12.5 MB
    xet
    initial commit 3 days ago
  • config.json
    2.33 kB
    initial commit 3 days ago
  • configuration_fela_genomics.py
    870 Bytes
    initial commit 3 days ago
  • model.safetensors
    12.5 MB
    xet
    initial commit 3 days ago
  • modeling.py
    13.6 kB
    initial commit 3 days ago
  • modeling_fela_genomics.py
    1.23 kB
    initial commit 3 days ago
  • train.py
    9.29 kB
    initial commit 3 days ago
  • verify.py
    3.03 kB
    initial commit 3 days ago