Instructions to use DongHyoungLee/oubiobert-tokenclassification-2layers-init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DongHyoungLee/oubiobert-tokenclassification-2layers-init with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForTokenClassificationCustom tokenizer = AutoTokenizer.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init") model = BertForTokenClassificationCustom.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init") - Notebooks
- Google Colab
- Kaggle
Quick Links
No model card
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# Load model directly from transformers import AutoTokenizer, BertForTokenClassificationCustom tokenizer = AutoTokenizer.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init") model = BertForTokenClassificationCustom.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init")