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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
fintuned the kykim/bert-kor-base model as a dense passage retrieval context encoder by KLUE dataset
|
| 2 |
this link is experiment result. https://wandb.ai/thingsu/DenseRetrieval
|
| 3 |
|
|
|
|
| 1 |
+
๋๊ฐ ์ ์ฐ์๋๊ฑฐ์ฃ ...? ์ ์๋ํ๋์? ๋๊ธ๋ก ๋จ๊ฒจ์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค.
|
| 2 |
+
|
| 3 |
fintuned the kykim/bert-kor-base model as a dense passage retrieval context encoder by KLUE dataset
|
| 4 |
this link is experiment result. https://wandb.ai/thingsu/DenseRetrieval
|
| 5 |
|