Instructions to use Pramodith/bert-hybrid-sparse-sliding-window-attention with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pramodith/bert-hybrid-sparse-sliding-window-attention with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Pramodith/bert-hybrid-sparse-sliding-window-attention")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Pramodith/bert-hybrid-sparse-sliding-window-attention") model = AutoModelForMaskedLM.from_pretrained("Pramodith/bert-hybrid-sparse-sliding-window-attention", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440443456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3ef9ca1bb82b84b77c479c4bb0704c83eff6677440fb93b62878a2c6f7ebf93
|
| 3 |
size 440443456
|