Instructions to use BeckerAnas/devout-voice-234 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BeckerAnas/devout-voice-234 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="BeckerAnas/devout-voice-234") 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("BeckerAnas/devout-voice-234") model = AutoModelForImageClassification.from_pretrained("BeckerAnas/devout-voice-234", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111314088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a5ccd3f9dc04c7f1c8f8d4ea72ca892ad3017f65c422cfd2ec57028cca8984
|
| 3 |
size 111314088
|