Instructions to use hmbert/flair-icdar-nl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use hmbert/flair-icdar-nl with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("hmbert/flair-icdar-nl") - Notebooks
- Google Colab
- Kaggle
model: rename best-model.pt -> pytorch_model.bin
#1
by stefan-it - opened
Hi,
this PR renames best-model.pt to pytorch_model.bin to fully support it as Flair model.
stefan-it changed pull request status to merged