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