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

Hayloo9838
/
uno-recognizer

Image Classification
Transformers
PyTorch
English
clip_vision_model
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use Hayloo9838/uno-recognizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hayloo9838/uno-recognizer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Hayloo9838/uno-recognizer")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Hayloo9838/uno-recognizer")
    model = AutoModel.from_pretrained("Hayloo9838/uno-recognizer")
  • Notebooks
  • Google Colab
  • Kaggle
uno-recognizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Hayloo9838's picture
Hayloo9838
Update README.md
3008c6f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.71 kB
    Update README.md over 1 year ago
  • config.json
    3.05 kB
    Create config.json over 1 year ago
  • merges.txt
    525 kB
    Upload 4 files over 1 year ago
  • model.py
    5.18 kB
    Update model.py over 1 year ago
  • preprocessor_config.json
    315 Bytes
    Create preprocessor_config.json over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.21 GB
    xet
    Rename clip_large.bin to pytorch_model.bin over 1 year ago
  • special_tokens_map.json
    389 Bytes
    Upload 4 files over 1 year ago
  • tokenizer.json
    444 Bytes
    Create tokenizer.json over 1 year ago
  • tokenizer_config.json
    905 Bytes
    Upload 4 files over 1 year ago
  • vocab.json
    961 kB
    Upload 4 files over 1 year ago