Instructions to use luchaf/table-transformer-structure-recognition-pointless with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luchaf/table-transformer-structure-recognition-pointless with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="luchaf/table-transformer-structure-recognition-pointless")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("luchaf/table-transformer-structure-recognition-pointless") model = AutoModelForObjectDetection.from_pretrained("luchaf/table-transformer-structure-recognition-pointless") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
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 115433860
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:970eea3d8d25af45445fd1ba4713e7060d889d0b06830e922f5108de36761b8f
|
| 3 |
size 115433860
|