Instructions to use davda54/wiki-retrieval-patch-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davda54/wiki-retrieval-patch-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="davda54/wiki-retrieval-patch-small", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("davda54/wiki-retrieval-patch-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
davda54 commited on
Commit ·
ded443d
1
Parent(s): 15d8316
fix
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a2775c30659c2f8e0f93a22f399482591078a30c0cb296a5a782476403390d0
|
| 3 |
+
size 253594113
|