Instructions to use ChingizA/detr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChingizA/detr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ChingizA/detr")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("ChingizA/detr") model = AutoModelForObjectDetection.from_pretrained("ChingizA/detr") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166506812
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e48c7f02a78ca9a79d8912b0f655372d115c47fa38cc72c561fc33027ea6b4a
|
| 3 |
size 166506812
|
runs/Apr20_13-19-35_5f1ea2a9e4a2/events.out.tfevents.1713619178.5f1ea2a9e4a2.208.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37d11afcfe21c897d4129ef0844248b1011892c335aaccd4d5e77f2f2ff22195
|
| 3 |
+
size 10018
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8edc744a5612d8bc9b597fc90d231aff3569a7fb57ed82357c0d74979885bd5f
|
| 3 |
size 4856
|