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

blasisd
/
musheff

Image Classification
Transformers
Safetensors
PyTorch
efficientnet_b3
feature-extraction
vision
efficientnet
mushroom
musheff
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use blasisd/musheff with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="blasisd/musheff", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("blasisd/musheff", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
musheff
86.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
blasisd's picture
blasisd
Fixed AutoConfig loading configuration, after merging config into modeling.py file.
465fd5f 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.84 kB
    Added more metadata in README.md 10 months ago
  • config.json
    1.38 kB
    Fixed AutoConfig loading configuration, after merging config into modeling.py file. 10 months ago
  • labels.txt
    337 Bytes
    Initial commit. 11 months ago
  • model.py
    779 Bytes
    Initial commit. 11 months ago
  • model.safetensors
    43.3 MB
    xet
    Safe serialization safetensors 10 months ago
  • modeling.py
    1.17 kB
    Added both the model and its config in the same modeling.py file, deleted extra configuration file. 10 months ago
  • musheff.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    43.4 MB
    xet
    Different safetensors loading 10 months ago
  • preprocessor_config.json
    495 Bytes
    Added fixes in config, preprocessor and modeling 10 months ago
  • requirements.txt
    103 Bytes
    README improvements, added requirements. 10 months ago