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

steven123
/
Teeth_B

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use steven123/Teeth_B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="steven123/Teeth_B")
    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("steven123/Teeth_B")
    model = AutoModelForImageClassification.from_pretrained("steven123/Teeth_B")
  • Notebooks
  • Google Colab
  • Kaggle
Teeth_B
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
steven123's picture
steven123
commit files to HF hub
d5e5b89 almost 4 years ago
  • images
    commit files to HF hub almost 4 years ago
  • runs
    commit files to HF hub almost 4 years ago
  • .gitattributes
    1.35 kB
    commit files to HF hub almost 4 years ago
  • README.md
    819 Bytes
    commit files to HF hub almost 4 years ago
  • config.json
    803 Bytes
    commit files to HF hub almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    commit files to HF hub almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    commit files to HF hub almost 4 years ago