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

clint-holt
/
AbLangRBD1

Feature Extraction
Transformers
Safetensors
PyTorch
English
ablang_paired
image-feature-extraction
biology
protein-sequences
antibodies
ablang
sars-cov-2
contrastive-learning
custom_code
Model card Files Files and versions
xet
Community

Instructions to use clint-holt/AbLangRBD1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use clint-holt/AbLangRBD1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="clint-holt/AbLangRBD1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("clint-holt/AbLangRBD1", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AbLangRBD1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
clint-holt's picture
clint-holt
Fixed link issue with weights file
011270f 11 months ago
  • heavy_tokenizer
    Initial commit: Add AbLangRBD1 model with tokenizers and model card. 11 months ago
  • light_tokenizer
    Initial commit: Add AbLangRBD1 model with tokenizers and model card. 11 months ago
  • .gitattributes
    50 Bytes
    Initial commit: Add AbLangRBD1 model with tokenizers and model card. 11 months ago
  • .gitignore
    19 Bytes
    Repo: Simplify model loading and update README 11 months ago
  • README.md
    8.41 kB
    Repo: Simplify model loading and update README 11 months ago
  • ablangpaired_model.py
    4.87 kB
    Fixed link issue with weights file 11 months ago
  • config.json
    520 Bytes
    Add back in custom model instructions to config.json 11 months ago
  • model.safetensors
    738 MB
    xet
    Updated model weights 11 months ago