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

ivensamdh
/
fp16test

Image Classification
Transformers
JAX
beit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ivensamdh/fp16test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ivensamdh/fp16test")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("ivensamdh/fp16test")
    model = AutoModelForImageClassification.from_pretrained("ivensamdh/fp16test")
  • Notebooks
  • Google Colab
  • Kaggle
fp16test
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ivensamdh's picture
ivensamdh
Update config.json
1db6857 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.15 kB
    Update config.json over 3 years ago
  • flax_model.msgpack
    172 MB
    xet
    Upload FlaxBeitForImageClassification over 3 years ago