Instructions to use joe611/chickens with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joe611/chickens with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="joe611/chickens")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("joe611/chickens") model = AutoModelForObjectDetection.from_pretrained("joe611/chickens", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 29
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166494824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec3bc57364649b9db49e70c8495d51911a683c0ebd7064d846a17cf05610f136
|
| 3 |
size 166494824
|
runs/Sep20_20-26-11_a24ff83ea297/events.out.tfevents.1726863972.a24ff83ea297.4851.15
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:89814845b90d85f077d985e645da15ee94678039bfca3af5bada6bffdae0e302
|
| 3 |
+
size 15900
|