Instructions to use nam194/ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nam194/ner with Transformers:
# Load model directly from transformers import AutoTokenizer, PhoBertLstmCrf tokenizer = AutoTokenizer.from_pretrained("nam194/ner") model = PhoBertLstmCrf.from_pretrained("nam194/ner") - Notebooks
- Google Colab
- Kaggle