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

openpecha
/
uchen-ume-classifier

Image Classification
Transformers
Tibetan
tibetan
uchen
ume
script-classification
dinov3
fine-tuned
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use openpecha/uchen-ume-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use openpecha/uchen-ume-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="openpecha/uchen-ume-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("openpecha/uchen-ume-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
uchen-ume-classifier
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
karma689's picture
karma689
Delete with_preprocess
feb71c8 verified 4 days ago
  • center_crop_all
    Add test confusion matrices (JSON + PNG) for all variants 4 days ago
  • without_preprocess
    Add test confusion matrices (JSON + PNG) for all variants 4 days ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 21 days ago
  • README.md
    6.27 kB
    Update README.md 4 days ago