Instructions to use Yixian-Lu/NER_conllpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yixian-Lu/NER_conllpp with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yixian-Lu/NER_conllpp", dtype="auto") - Notebooks
- Google Colab
- Kaggle