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