Instructions to use GAVLM/detr-arrows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GAVLM/detr-arrows with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="GAVLM/detr-arrows")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("GAVLM/detr-arrows") model = AutoModelForObjectDetection.from_pretrained("GAVLM/detr-arrows", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 174079796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:738de5faabc0a293e60ffbd4569958fd6d872cc40231e1ba3ad752554179f6a1
|
| 3 |
size 174079796
|
runs/Dec26_20-27-09_ip-10-90-0-154/events.out.tfevents.1735244830.ip-10-90-0-154.47490.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:42621515c46d485aa508097bdc8605f7da92d8cd710ad8ab45cf0ac993161122
|
| 3 |
+
size 10443
|