Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

monsoon-nlp
/
dna-blockdiff

Fill-Mask
Transformers
Safetensors
bd3lm
biology
custom_code
Model card Files Files and versions
xet
Community

Instructions to use monsoon-nlp/dna-blockdiff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use monsoon-nlp/dna-blockdiff with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="monsoon-nlp/dna-blockdiff", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("monsoon-nlp/dna-blockdiff", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dna-blockdiff
395 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
monsoon-nlp's picture
monsoon-nlp
readme
b2175f4 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.17 kB
    readme about 1 year ago
  • config.json
    734 Bytes
    include code and tokenizer about 1 year ago
  • configuration_bd3lm.py
    1.25 kB
    include code and tokenizer about 1 year ago
  • model.safetensors
    395 MB
    xet
    Upload BD3LM about 1 year ago
  • modeling_bd3lm.py
    20.8 kB
    include code and tokenizer about 1 year ago
  • special_tokens_map.json
    101 Bytes
    include code and tokenizer about 1 year ago
  • tokenizer_config.json
    132 Bytes
    eos about 1 year ago
  • vocab.txt
    28.7 kB
    include code and tokenizer about 1 year ago