Instructions to use LinusReply/lilt-en-funsd-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LinusReply/lilt-en-funsd-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="LinusReply/lilt-en-funsd-2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("LinusReply/lilt-en-funsd-2") model = AutoModelForTokenClassification.from_pretrained("LinusReply/lilt-en-funsd-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
eaeac94
1
Parent(s): dfe1038
Training in progress, step 1600
Browse files
logs/events.out.tfevents.1684916484.bfcff1482729.14153.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b2e9b94c193a8bb734faf0cbc9d1ad3f7a050167924b44fab59d19f9b2ecfdd
|
| 3 |
+
size 9708
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 520821201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da772ae6bd5859a43ab15e237b8e3bb866a237a2ebc57a8fbd5b6a0cf46b34f2
|
| 3 |
size 520821201
|