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

hf-internal-testing
/
tiny-random-DebertaV2ForMaskedLM

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
ONNX
deberta-v2
Model card Files Files and versions
xet
Community
3

Instructions to use hf-internal-testing/tiny-random-DebertaV2ForMaskedLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-internal-testing/tiny-random-DebertaV2ForMaskedLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="hf-internal-testing/tiny-random-DebertaV2ForMaskedLM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMaskedLM")
    model = AutoModelForMaskedLM.from_pretrained("hf-internal-testing/tiny-random-DebertaV2ForMaskedLM")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-DebertaV2ForMaskedLM
79.3 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
Xenova's picture
Xenova HF Staff
Upload ONNX weights (#2)
b811f49 verified over 1 year ago
  • onnx
    Upload ONNX weights (#2) over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • added_tokens.json
    23 Bytes
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • config.json
    790 Bytes
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    17.1 MB
    xet
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • special_tokens_map.json
    173 Bytes
    Upload tiny models for DebertaV2ForMaskedLM over 3 years ago
  • spm.model
    2.45 MB
    xet
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • tf_model.h5
    33.7 MB
    xet
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • tokenizer.json
    8.64 MB
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago
  • tokenizer_config.json
    379 Bytes
    Upload tiny models for DebertaV2ForMaskedLM about 3 years ago