Instructions to use 10Ngoc/task02update with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 10Ngoc/task02update with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="10Ngoc/task02update")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("10Ngoc/task02update") model = AutoModelForObjectDetection.from_pretrained("10Ngoc/task02update") - Notebooks
- Google Colab
- Kaggle
Upload TableTransformerForObjectDetection
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 115433044
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:595b9b0bef04bd29d211cba04bc9a1f2af704f17126ffcb05b6369df93152be2
|
| 3 |
size 115433044
|