Instructions to use purna419/invoice-parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use purna419/invoice-parser with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="purna419/invoice-parser")# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("purna419/invoice-parser") model = AutoModelForImageTextToText.from_pretrained("purna419/invoice-parser") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 29
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 809346841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee493c538d5ca31b1456a7364b2281d0037eb76339f9bb67932fbc75e3ced7fe
|
| 3 |
size 809346841
|