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

Rifqiakmals
/
model

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

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

  • Libraries
  • Transformers

    How to use Rifqiakmals/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Rifqiakmals/model")
    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("Rifqiakmals/model")
    model = AutoModelForImageClassification.from_pretrained("Rifqiakmals/model")
  • Notebooks
  • Google Colab
  • Kaggle
model / runs
77.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 103 commits
Rifqiakmals's picture
Rifqiakmals
End of training
5683043 verified over 2 years ago
  • Feb10_03-26-31_c20b6154ebd8
    Training in progress, epoch 1 over 2 years ago
  • Feb10_07-38-43_08ea608a2c1c
    Training in progress, epoch 3 over 2 years ago
  • Feb10_07-42-57_08ea608a2c1c
    Training in progress, epoch 1 over 2 years ago
  • Feb10_08-00-12_08ea608a2c1c
    Training in progress, epoch 1 over 2 years ago
  • Feb10_08-11-21_08ea608a2c1c
    Training in progress, epoch 12 over 2 years ago
  • Feb10_08-19-28_08ea608a2c1c
    Training in progress, epoch 1 over 2 years ago
  • Feb10_08-20-58_08ea608a2c1c
    Training in progress, epoch 19 over 2 years ago
  • Feb10_09-09-34_346244c61cd6
    Training in progress, epoch 1 over 2 years ago
  • Feb11_08-39-48_55515eb6db15
    Training in progress, epoch 1 over 2 years ago
  • Feb14_10-59-01_bd025bc4b5c5
    End of training over 2 years ago