Instructions to use William0609/trained_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use William0609/trained_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="William0609/trained_model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("William0609/trained_model") model = AutoModelForObjectDetection.from_pretrained("William0609/trained_model") - Notebooks
- Google Colab
- Kaggle
Commit ·
59c8aaf
1
Parent(s): 653e17b
Model save
Browse files
runs/Jun29_20-52-19_db0c9c19f928/events.out.tfevents.1688071971.db0c9c19f928.1575.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:e461f43b7ed0806d38ca8b7b3834b7294f68c20d619d5bb4245cb9b3b91c6917
|
| 3 |
+
size 8413
|