Instructions to use tomlobato/markuplm-prop-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomlobato/markuplm-prop-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tomlobato/markuplm-prop-ner")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("tomlobato/markuplm-prop-ner") model = AutoModelForTokenClassification.from_pretrained("tomlobato/markuplm-prop-ner") - Notebooks
- Google Colab
- Kaggle
Upload MarkupLMForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 538538544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ebca867003e21a5b575081c23827c53a214c1f0b30753d0c962867bcf87a00
|
| 3 |
size 538538544
|