Instructions to use Mozart-coder/BERT_Feb-6_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozart-coder/BERT_Feb-6_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mozart-coder/BERT_Feb-6_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mozart-coder/BERT_Feb-6_tokenized") model = AutoModelForMaskedLM.from_pretrained("Mozart-coder/BERT_Feb-6_tokenized") - Notebooks
- Google Colab
- Kaggle
Commit ·
7e7904b
1
Parent(s): 768f70e
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 356857835
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4307bb6d257e92214e02d0e4af2700aa36275ab79b3db1e827c7af6e2d317d25
|
| 3 |
size 356857835
|
runs/Oct25_06-22-54_ce2ba5f1ae8c/events.out.tfevents.1666678990.ce2ba5f1ae8c.77.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13cf30afa101d0865998531ae56bb4a092ad9c11cff9e1ad560b5a438ec542f8
|
| 3 |
+
size 8467
|
runs/Oct25_06-22-54_ce2ba5f1ae8c/events.out.tfevents.1666680306.ce2ba5f1ae8c.77.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9145bf182b1541910e3cdea772c51e4b55ffddc00c7ebf65cb5122d44d03971
|
| 3 |
+
size 311
|