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

  • Log In
  • Sign Up

ShihTing
/
PanJuOffset_TwoClass

Image Classification
Transformers
PyTorch
vit
vision
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ShihTing/PanJuOffset_TwoClass with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ShihTing/PanJuOffset_TwoClass")
    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("ShihTing/PanJuOffset_TwoClass")
    model = AutoModelForImageClassification.from_pretrained("ShihTing/PanJuOffset_TwoClass")
  • Notebooks
  • Google Colab
  • Kaggle
PanJuOffset_TwoClass
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ShihTing's picture
ShihTing
Upload pytorch_model.bin
f0529ce almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    1.79 kB
    Update README.md almost 4 years ago
  • config.json
    729 Bytes
    Upload config.json almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    Upload preprocessor_config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • trainer_state.json
    16.2 kB
    Upload trainer_state.json almost 4 years ago