Instructions to use Chessmen/token_classify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Chessmen/token_classify with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Chessmen/token_classify") - Notebooks
- Google Colab
- Kaggle
File size: 125 Bytes
29696e0 | 1 2 3 4 5 6 7 8 | {
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}
|