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 ·
138b0d5
1
Parent(s): 6a52823
Model save
Browse files
runs/Jun29_21-37-15_db0c9c19f928/events.out.tfevents.1688074641.db0c9c19f928.1575.1
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:c450ccc4053c074a587dd371845aaf5232107ec9a71fd67be2c44f44fafb320b
|
| 3 |
+
size 11513
|