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