Instructions to use PeanutCoding/Layoutv3test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PeanutCoding/Layoutv3test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PeanutCoding/Layoutv3test")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("PeanutCoding/Layoutv3test") model = AutoModelForTokenClassification.from_pretrained("PeanutCoding/Layoutv3test") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f63ad18 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a7492e28ed3fc4aa8e8334e0655fe83c74a7e9cd5c8b27a30b66c8653fdf2c28
size 503835020
|