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 30
Browse files
runs/Sep20_21-55-39_a24ff83ea297/events.out.tfevents.1726869340.a24ff83ea297.4851.18
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:42a739f502998edd48afaf5738a98bb6a91aa80cb0d7cdf45a4c50c8d85b8949
|
| 3 |
+
size 16735
|