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

AHFIDAILabs
/
immuniwatch-dapt

Fill-Mask
Transformers
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use AHFIDAILabs/immuniwatch-dapt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AHFIDAILabs/immuniwatch-dapt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AHFIDAILabs/immuniwatch-dapt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AHFIDAILabs/immuniwatch-dapt")
    model = AutoModelForMaskedLM.from_pretrained("AHFIDAILabs/immuniwatch-dapt")
  • Notebooks
  • Google Colab
  • Kaggle
immuniwatch-dapt
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AHFIDAILabs's picture
AHFIDAILabs
Upload tokenizer
da3a675 verified 29 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 29 days ago
  • README.md
    5.17 kB
    ImmuniWatch DAPT xlm-roberta-base Section 3.3.1 29 days ago
  • config.json
    748 Bytes
    ImmuniWatch DAPT xlm-roberta-base Section 3.3.1 29 days ago
  • model.safetensors
    1.11 GB
    xet
    ImmuniWatch DAPT xlm-roberta-base Section 3.3.1 29 days ago
  • tokenizer.json
    16.8 MB
    xet
    Upload tokenizer 29 days ago
  • tokenizer_config.json
    313 Bytes
    Upload tokenizer 29 days ago