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