Instructions to use davanstrien/detr_beyond_words with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/detr_beyond_words with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="davanstrien/detr_beyond_words")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("davanstrien/detr_beyond_words") model = AutoModelForObjectDetection.from_pretrained("davanstrien/detr_beyond_words") - Notebooks
- Google Colab
- Kaggle
Commit ·
acf276c
1
Parent(s): aa11aea
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (557e7c6cc818862a6f7416212155c1eae2327ebb)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -26,3 +26,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
lit_model.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
lit_model.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c1b93dd79e9719922daf4a2683db91ba896b97b809d34bd17e5ad8518580c55
|
| 3 |
+
size 166501536
|