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

  • Log In
  • Sign Up

avazquez2
/
helloWorld

Image Classification
Transformers
PyTorch
Spanish
vit
vision
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use avazquez2/helloWorld with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="avazquez2/helloWorld")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("avazquez2/helloWorld")
    model = AutoModelForImageClassification.from_pretrained("avazquez2/helloWorld")
  • Notebooks
  • Google Colab
  • Kaggle
helloWorld
343 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Alejandro Vázquez Carrión
Pedo
ec7f94f over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    158 Bytes
    Update README.md over 1 year ago
  • author.txt
    20 Bytes
    Create author.txt over 1 year ago
  • config.json
    743 Bytes
    Pedo over 1 year ago
  • preprocessor_config.json
    228 Bytes
    Pedo over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    Pedo over 1 year ago