Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

microsoft
/
dit-base

Transformers
PyTorch
beit
dit
Model card Files Files and versions
xet
Community
4

Instructions to use microsoft/dit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/dit-base with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, BeitForMaskedImageModeling
    
    processor = AutoImageProcessor.from_pretrained("microsoft/dit-base")
    model = BeitForMaskedImageModeling.from_pretrained("microsoft/dit-base")
  • Notebooks
  • Google Colab
  • Kaggle
dit-base
369 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
nielsr's picture
nielsr HF Staff
Update README.md
bcd125f about 3 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    3.17 kB
    Update README.md about 3 years ago
  • config.json
    1.03 kB
    Add model about 4 years ago
  • preprocessor_config.json
    302 Bytes
    Add feature extractor about 4 years ago
  • pytorch_model.bin
    369 MB
    xet
    Add model about 4 years ago