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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343274861
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fd4551c6bb02436d7bb3667cba668316934cf4c50878a9570fed770960346d4
|
| 3 |
size 343274861
|
runs/Apr15_05-08-52_8078873a3e83/events.out.tfevents.1681535336.8078873a3e83.151.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918f8faf1eb1e30faa0f68733cd77a77608bd6af2fa8e1adf9b774f516a1cb5b
|
| 3 |
+
size 7333
|