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