Instructions to use tctoan1024/task02structure with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tctoan1024/task02structure with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="tctoan1024/task02structure")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("tctoan1024/task02structure") model = AutoModelForObjectDetection.from_pretrained("tctoan1024/task02structure") - 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:1f60a01d6c1565974e26e2b88cbb6fa31600cb2ddd39020355fee1d50fd931d5
|
| 3 |
size 115433044
|