Instructions to use davda54/wiki-no-retrieval-patch-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davda54/wiki-no-retrieval-patch-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="davda54/wiki-no-retrieval-patch-small", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("davda54/wiki-no-retrieval-patch-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dd12ad96a5fc26fa1a10dc487e687dfac4245c3f4d09d90769e46056792bc9e
|
| 3 |
+
size 253516848
|