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

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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
uchen-ume-classifier / without_preprocess
86.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
karma689's picture
karma689
Add test confusion matrices (JSON + PNG) for all variants
a1548ee verified 2 months ago
  • benchmark_eval_results.json
    705 Bytes
    Slim benchmark_eval_results.json: drop per-image predictions and local paths 2 months ago
  • confusion_matrix.json
    350 Bytes
    Add test confusion matrices (JSON + PNG) for all variants 2 months ago
  • confusion_matrix.png
    34 kB
    Add test confusion matrices (JSON + PNG) for all variants 2 months ago
  • final_model.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    86.7 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • model_card.json
    418 Bytes
    Upload folder using huggingface_hub 2 months ago
  • results.json
    963 Bytes
    Add test confusion matrices (JSON + PNG) for all variants 2 months ago