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

thrimurthi2025
/
results

Image Classification
Transformers
Safetensors
siglip
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use thrimurthi2025/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="thrimurthi2025/results")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("thrimurthi2025/results")
    model = AutoModelForImageClassification.from_pretrained("thrimurthi2025/results")
  • Notebooks
  • Google Colab
  • Kaggle
results
372 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
thrimurthi2025's picture
thrimurthi2025
thrimurthi2025/unreal-eye-model
cc65da7 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.97 kB
    thrimurthi2025/unreal-eye-model 7 months ago
  • config.json
    1.08 kB
    thrimurthi2025/unreal-eye-model 7 months ago
  • model.safetensors
    372 MB
    xet
    thrimurthi2025/unreal-eye-model 7 months ago
  • preprocessor_config.json
    394 Bytes
    thrimurthi2025/unreal-eye-model 7 months ago
  • training_args.bin
    5.78 kB
    xet
    thrimurthi2025/unreal-eye-model 7 months ago