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

jimypbr
/
cifar10_outputs

Image Classification
Transformers
PyTorch
TensorBoard
Graphcore
vit
vision
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use jimypbr/cifar10_outputs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="jimypbr/cifar10_outputs")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, PoptorchPipelinedViTForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("jimypbr/cifar10_outputs")
    model = PoptorchPipelinedViTForImageClassification.from_pretrained("jimypbr/cifar10_outputs")
  • Notebooks
  • Google Colab
  • Kaggle
cifar10_outputs
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jimypbr's picture
jimypbr
update model card README.md
0f4baa3 almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    End of training almost 4 years ago
  • README.md
    1.66 kB
    update model card README.md almost 4 years ago
  • all_results.json
    350 Bytes
    End of training almost 4 years ago
  • config.json
    1.08 kB
    End of training almost 4 years ago
  • eval_results.json
    202 Bytes
    End of training almost 4 years ago
  • ipu_config.json
    804 Bytes
    End of training almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    End of training almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    172 MB
    xet
    End of training almost 4 years ago
  • train_results.json
    170 Bytes
    End of training almost 4 years ago
  • trainer_state.json
    5.24 kB
    End of training almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "optimum.graphcore.training_args.IPUTrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "poptorch.enums.DataLoaderMode",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.74 kB
    xet
    End of training almost 4 years ago