Instructions to use stefan-it/hmbench-ajmc-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use stefan-it/hmbench-ajmc-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-2 with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("stefan-it/hmbench-ajmc-en-hmbert-bs8-wsFalse-e10-lr3e-05-poolingfirst-layers-1-crfFalse-2") - 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