Instructions to use davda54/wiki-retrieval-25-patch-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davda54/wiki-retrieval-25-patch-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="davda54/wiki-retrieval-25-patch-base", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("davda54/wiki-retrieval-25-patch-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
cbfd18b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:401503c0150e5ab8b290e95397df2881c0a36df4a1cc70ae5c19a8a5b3502775
size 811748865
|