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

altndrr
/
cased

Image Classification
Transformers
PyTorch
Safetensors
cased
feature-extraction
vision
custom_code
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • Transformers

    How to use altndrr/cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="altndrr/cased", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("altndrr/cased", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cased
1.71 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
altndrr's picture
altndrr
Update README
e8c0181 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    2.02 kB
    Update README over 2 years ago
  • config.json
    359 Bytes
    Sync model code with repo code over 2 years ago
  • configuration_cased.py
    929 Bytes
    Sync model code with repo code over 2 years ago
  • modeling_cased.py
    6.51 kB
    Sync model code with repo code over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.71 GB
    xet
    Upload model (#1) almost 3 years ago
  • retrieval_cased.py
    9.34 kB
    Sync model code with repo code over 2 years ago
  • transforms_cased.py
    10.3 kB
    Remove unused code over 2 years ago