Dummy Image Classification Submission

This is a tiny random-weight dummy model for testing a Hugging Face image-classification submission workflow.

It is not trained and should not be used for real scoring.

Expected loading pattern:

from transformers import AutoImageProcessor, AutoModelForImageClassification

repo_id = "huji-iml-hackathon-2026/test-submission"
processor = AutoImageProcessor.from_pretrained(repo_id)
model = AutoModelForImageClassification.from_pretrained(repo_id, trust_remote_code=False)

Labels:

  • cat
  • dog
  • bird
Downloads last month
26
Safetensors
Model size
33.5k params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support