Instructions to use DongHyoungLee/bluebert-base-uncased-tokenclassification-2layers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DongHyoungLee/bluebert-base-uncased-tokenclassification-2layers with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForTokenClassificationCustom tokenizer = AutoTokenizer.from_pretrained("DongHyoungLee/bluebert-base-uncased-tokenclassification-2layers") model = BertForTokenClassificationCustom.from_pretrained("DongHyoungLee/bluebert-base-uncased-tokenclassification-2layers") - Notebooks
- Google Colab
- Kaggle
Ctrl+K