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

  • Log In
  • Sign Up

angelala3252
/
decision-tree

Image Classification
Transformers
Model card Files Files and versions
xet
Community
1

Instructions to use angelala3252/decision-tree with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use angelala3252/decision-tree with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="angelala3252/decision-tree")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("angelala3252/decision-tree", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
decision-tree
24.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
angelala3252's picture
angelala3252
Upload config.json
e0a40e8 verified about 2 years ago
  • .gitattributes
    1.57 kB
    Upload config.json with huggingface_hub about 2 years ago
  • README.md
    42 Bytes
    Update README.md about 2 years ago
  • config.json
    24.3 MB
    xet
    Upload config.json about 2 years ago
  • confusion_matrix.png
    13.4 kB
    Upload confusion_matrix.png with huggingface_hub about 2 years ago
  • model.pkl
    1.66 kB
    xet
    Upload model.pkl with huggingface_hub about 2 years ago