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

  • Log In
  • Sign Up

sudo-s
/
modeversion2_m7_e8

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use sudo-s/modeversion2_m7_e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sudo-s/modeversion2_m7_e8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sudo-s/modeversion2_m7_e8")
    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("sudo-s/modeversion2_m7_e8")
    model = AutoModelForImageClassification.from_pretrained("sudo-s/modeversion2_m7_e8")
  • Notebooks
  • Google Colab
  • Kaggle
modeversion2_m7_e8
344 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 141 commits
sudo-s's picture
sudo-s
update model card README.md
ef4c745 almost 4 years ago
  • runs
    🍻 cheers almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 100 almost 4 years ago
  • README.md
    9.94 kB
    update model card README.md almost 4 years ago
  • all_results.json
    350 Bytes
    🍻 cheers almost 4 years ago
  • config.json
    5.58 kB
    Training in progress, step 100 almost 4 years ago
  • eval_results.json
    204 Bytes
    🍻 cheers almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    Training in progress, step 100 almost 4 years ago
  • pytorch_model.bin
    344 MB
    xet
    Training in progress, step 13600 almost 4 years ago
  • train_results.json
    166 Bytes
    🍻 cheers almost 4 years ago
  • trainer_state.json
    200 kB
    🍻 cheers almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    3.31 kB
    xet
    Training in progress, step 100 almost 4 years ago