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

Akimotorakiyu
/
GuoJing-model

Image Classification
Transformers
Safetensors
PyTorch
vit
mnist
cnn
computer-vision
digit-recognition
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Akimotorakiyu/GuoJing-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Akimotorakiyu/GuoJing-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Akimotorakiyu/GuoJing-model", trust_remote_code=True)
    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("Akimotorakiyu/GuoJing-model", trust_remote_code=True)
    model = AutoModelForImageClassification.from_pretrained("Akimotorakiyu/GuoJing-model", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
GuoJing-model
6.73 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Akimotorakiyu's picture
Akimotorakiyu
Upload config.json with huggingface_hub
92ad0f5 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.75 kB
    Upload README.md with huggingface_hub 4 months ago
  • config.json
    655 Bytes
    Upload config.json with huggingface_hub 4 months ago
  • configuration_mnist_cnn.py
    1.77 kB
    Upload configuration_mnist_cnn.py with huggingface_hub 4 months ago
  • model.safetensors
    6.72 MB
    xet
    Upload model.safetensors with huggingface_hub 4 months ago
  • modeling_mnist_cnn.py
    4.37 kB
    Upload modeling_mnist_cnn.py with huggingface_hub 4 months ago
  • preprocessor_config.json
    253 Bytes
    Upload preprocessor_config.json with huggingface_hub 4 months ago