Instructions to use soheeyang/dpr-question_encoder-single-trivia-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soheeyang/dpr-question_encoder-single-trivia-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="soheeyang/dpr-question_encoder-single-trivia-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("soheeyang/dpr-question_encoder-single-trivia-base") model = AutoModel.from_pretrained("soheeyang/dpr-question_encoder-single-trivia-base") - Notebooks
- Google Colab
- Kaggle
Fix bug in weight conversion
Browse files- README.md +0 -0
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
README.md
DELETED
|
File without changes
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438001566
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88db79009c00aaa581315a1d80f508d46ba1e4da11ec25bfd19834dae50e9e4f
|
| 3 |
size 438001566
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438198704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2c74858faae27e5a0cca446c7c4cfc6a25753de348f74ece3fc912f3293b85c
|
| 3 |
size 438198704
|