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

dvm1983
/
TinyBERT_General_4L_312D_de

Fill-Mask
Transformers
PyTorch
German
bert
tinybert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use dvm1983/TinyBERT_General_4L_312D_de with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dvm1983/TinyBERT_General_4L_312D_de")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("dvm1983/TinyBERT_General_4L_312D_de", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TinyBERT_General_4L_312D_de
97.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
dvm1983's picture
dvm1983
Update README.md
3b3084a over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit over 4 years ago
  • README.md
    1.68 kB
    Update README.md over 4 years ago
  • config.json
    709 Bytes
    first version over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    97.1 MB
    xet
    first version over 4 years ago
  • vocab.txt
    240 kB
    first version over 4 years ago