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