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

FreakingPotato
/
NucEL

Feature Extraction
Transformers
PyTorch
Safetensors
English
modernbert
genomics
nucleotide
dna
sequence-modeling
biology
bioinformatics
electra
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use FreakingPotato/NucEL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="FreakingPotato/NucEL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("FreakingPotato/NucEL")
    model = AutoModel.from_pretrained("FreakingPotato/NucEL")
  • Notebooks
  • Google Colab
  • Kaggle
NucEL
739 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
FreakingPotato's picture
FreakingPotato
Document transformers<5.4 requirement for AutoTokenizer + add v5.4+ NucEL_Tokenizer fallback snippet
0c80298 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    6.66 kB
    Document transformers<5.4 requirement for AutoTokenizer + add v5.4+ NucEL_Tokenizer fallback snippet about 1 month ago
  • config.json
    1.36 kB
    Upload config.json with huggingface_hub 7 months ago
  • model.safetensors
    369 MB
    xet
    Upload NucEL model with comprehensive documentation 11 months ago
  • model_index.json
    296 Bytes
    Upload NucEL model with comprehensive documentation 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    369 MB
    xet
    Upload NucEL model with comprehensive documentation 11 months ago
  • special_tokens_map.json
    173 Bytes
    Upload NucEL model with comprehensive documentation 11 months ago
  • tokenizer.py
    6.51 kB
    Add NucEL_Tokenizer source for auto_map (matches GitHub repo) about 1 month ago
  • tokenizer_config.json
    1.31 kB
    Add auto_map so AutoTokenizer.from_pretrained works with trust_remote_code=True about 1 month ago
  • vocab.json
    503 Bytes
    Upload NucEL model with comprehensive documentation 11 months ago