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

100rab25
/
spa_images_classifier_jd_v1_convnext

Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use 100rab25/spa_images_classifier_jd_v1_convnext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 100rab25/spa_images_classifier_jd_v1_convnext with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="100rab25/spa_images_classifier_jd_v1_convnext")
    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("100rab25/spa_images_classifier_jd_v1_convnext")
    model = AutoModelForImageClassification.from_pretrained("100rab25/spa_images_classifier_jd_v1_convnext")
  • Notebooks
  • Google Colab
  • Kaggle
spa_images_classifier_jd_v1_convnext
110 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
100rab25's picture
100rab25
End of training
74ecf1e verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.43 kB
    End of training about 2 years ago
  • all_results.json
    351 Bytes
    End of training about 2 years ago
  • config.json
    1.16 kB
    Training in progress, epoch 0 about 2 years ago
  • eval_results.json
    203 Bytes
    End of training about 2 years ago
  • model.safetensors
    110 MB
    xet
    Model save about 2 years ago
  • preprocessor_config.json
    337 Bytes
    Training in progress, epoch 0 about 2 years ago
  • train_results.json
    169 Bytes
    End of training about 2 years ago
  • trainer_state.json
    58 kB
    End of training about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.14 kB
    xet
    Training in progress, epoch 0 about 2 years ago