Instructions to use SharedBailii/PT-POL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SharedBailii/PT-POL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SharedBailii/PT-POL")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SharedBailii/PT-POL") model = AutoModelForMaskedLM.from_pretrained("SharedBailii/PT-POL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4e47bbd
1
Parent(s): 2e01aae
Upload BertForMaskedLM
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1346897145
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f05f7a0cd8264ce58976e362f56936d0304c0faeb9e3afca5ebcca7a74883bfb
|
| 3 |
size 1346897145
|