Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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: 3 commits
altndrr's picture
altndrr
Upload model
c2ffa54 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • config.json
    326 Bytes
    Upload model (#1) almost 3 years ago
  • configuration_cased.py
    770 Bytes
    Upload model (#1) almost 3 years ago
  • modeling_cased.py
    9.5 kB
    Upload model almost 3 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
  • transforms_cased.py
    12.5 kB
    Upload model (#1) almost 3 years ago