Instructions to use karoladelk/bachh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karoladelk/bachh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="karoladelk/bachh") 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("karoladelk/bachh") model = AutoModelForImageClassification.from_pretrained("karoladelk/bachh") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d6fe7b11d3a4bb6c4588d7e7ee07c4df0b147a3d285b58e08dc53bed824de16
|
| 3 |
size 343242432
|
runs/Apr21_23-14-53_c06b9207acf6/events.out.tfevents.1713741295.c06b9207acf6.24.0
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:b63795460da087d39747e48d1a7c2ca59816ae7932aff11d995f9cd84cd959ef
|
| 3 |
+
size 89900
|