Instructions to use Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD") model = AutoModelForTokenClassification.from_pretrained("Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e2bad59
1
Parent(s): c000fc1
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3953867564d3243cccf0f8a9102d1ecb372507ae32495bd6821932f6b735781
|
| 3 |
+
size 501405907
|