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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tanganke
/
convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000

Image Classification
Transformers
TensorBoard
Safetensors
convnext
fusion-bench
Merge
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tanganke/convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tanganke/convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tanganke/convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000")
    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("tanganke/convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000")
    model = AutoModelForImageClassification.from_pretrained("tanganke/convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
convnext-base-224_kmnist_sgd_batch-size-64_lr-0.01_steps-4000
353 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tanganke's picture
tanganke
Upload folder using huggingface_hub
8053684 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.53 kB
    Upload folder using huggingface_hub 7 months ago
  • cli.log
    2.34 kB
    Upload folder using huggingface_hub 7 months ago
  • config.json
    1.04 kB
    Upload folder using huggingface_hub 7 months ago
  • config.yaml
    1.59 kB
    Upload folder using huggingface_hub 7 months ago
  • events.out.tfevents.1767906995.pt-b7552130803b44b59bdfb04f6bb732f9-worker-0.103383.0
    2.41 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • hparams.yaml
    3 Bytes
    Upload folder using huggingface_hub 7 months ago
  • hydra.yaml
    6.12 kB
    Upload folder using huggingface_hub 7 months ago
  • model.safetensors
    350 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • overrides.yaml
    617 Bytes
    Upload folder using huggingface_hub 7 months ago
  • preprocessor_config.json
    352 Bytes
    Upload folder using huggingface_hub 7 months ago
  • program_report.json
    99 Bytes
    Upload folder using huggingface_hub 7 months ago