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

isoformer-anonymous
/
Isoformer

Fill-Mask
Transformers
PyTorch
isoformer
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use isoformer-anonymous/Isoformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use isoformer-anonymous/Isoformer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="isoformer-anonymous/Isoformer", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("isoformer-anonymous/Isoformer", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Isoformer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
isoformer-anonymous's picture
isoformer-anonymous
Update modeling_isoformer.py
f529e8a verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.42 kB
    Update README.md almost 2 years ago
  • config.json
    1.93 kB
    Upload Isoformer almost 2 years ago
  • dna_vocab_list.txt
    15 Bytes
    Upload tokenizer almost 2 years ago
  • esm_config.py
    14.9 kB
    Add model files for esm and NT almost 2 years ago
  • isoformer_config.py
    5 kB
    Upload Isoformer almost 2 years ago
  • isoformer_tokenizer.py
    4.02 kB
    Upload tokenizer almost 2 years ago
  • modeling_esm.py
    67.5 kB
    Upload modeling_esm.py almost 2 years ago
  • modeling_esm_original.py
    58.1 kB
    Add model files for esm and NT almost 2 years ago
  • modeling_isoformer.py
    5.6 kB
    Update modeling_isoformer.py almost 2 years ago
  • protein_vocab_list.txt
    99 Bytes
    Upload tokenizer almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.8 GB
    xet
    Upload Isoformer almost 2 years ago
  • rna_vocab_list.txt
    28.7 kB
    Upload tokenizer almost 2 years ago
  • special_tokens_map.json
    3 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    250 Bytes
    Upload tokenizer almost 2 years ago