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

  • Log In
  • Sign Up

Dewa
/
dog_emotion_v2

Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
vit
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Dewa/dog_emotion_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Dewa/dog_emotion_v2")
    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("Dewa/dog_emotion_v2")
    model = AutoModelForImageClassification.from_pretrained("Dewa/dog_emotion_v2")
  • Notebooks
  • Google Colab
  • Kaggle
dog_emotion_v2
687 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Dewa's picture
Dewa
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
dde0c87 almost 3 years ago
  • runs
    Training in progress, epoch 3 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • README.md
    459 Bytes
    Update README.md about 3 years ago
  • config.json
    791 Bytes
    Training in progress, epoch 1 about 3 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • preprocessor_config.json
    325 Bytes
    Training in progress, epoch 1 about 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Training in progress, epoch 3 about 3 years ago
  • training_args.bin
    3.58 kB
    xet
    Training in progress, epoch 1 about 3 years ago