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

emarro
/
vcad2_small_experimental_ba2500

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

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

  • Libraries
  • Transformers

    How to use emarro/vcad2_small_experimental_ba2500 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="emarro/vcad2_small_experimental_ba2500", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("emarro/vcad2_small_experimental_ba2500", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vcad2_small_experimental_ba2500
353 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
emarro's picture
emarro
Upload tokenizer
2b7b559 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.17 kB
    Upload CaduceusForMaskedLM 2 months ago
  • config.json
    1.34 kB
    Upload CaduceusForMaskedLM 2 months ago
  • configuration_caduceus.py
    1.96 kB
    Upload CaduceusForMaskedLM 2 months ago
  • modeling_caduceus.py
    30.2 kB
    Upload CaduceusForMaskedLM 2 months ago
  • modeling_rcps.py
    10.9 kB
    Upload CaduceusForMaskedLM 2 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    353 MB
    xet
    Upload CaduceusForMaskedLM 2 months ago
  • special_tokens_map.json
    419 Bytes
    Upload tokenizer 2 months ago
  • tokenizer.json
    1.15 kB
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    785 Bytes
    Upload tokenizer 2 months ago