Instructions to use mipatov/bert_cluster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mipatov/bert_cluster with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mipatov/bert_cluster")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mipatov/bert_cluster") model = AutoModelForMaskedLM.from_pretrained("mipatov/bert_cluster") - Notebooks
- Google Colab
- Kaggle
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 711969707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1798edfcf7735b79c2b157271713cbe49996c3871676d31a809ebe2aa53e6004
|
| 3 |
size 711969707
|