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

  • Log In
  • Sign Up

miojizzy
/
mhr_recognize_classify_model_whole

Image Classification
Transformers
PyTorch
Chinese
English
code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use miojizzy/mhr_recognize_classify_model_whole with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="miojizzy/mhr_recognize_classify_model_whole")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("miojizzy/mhr_recognize_classify_model_whole", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mhr_recognize_classify_model_whole
61.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
miojizzy's picture
miojizzy
Create README.md
60260e1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    98 Bytes
    Create README.md over 2 years ago
  • config.json
    68 Bytes
    Create config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    61.1 MB
    xet
    Push model using huggingface_hub. (#1) over 2 years ago