Instructions to use Mozart-coder/BERT_Dec-6_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozart-coder/BERT_Dec-6_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mozart-coder/BERT_Dec-6_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mozart-coder/BERT_Dec-6_tokenized") model = AutoModelForMaskedLM.from_pretrained("Mozart-coder/BERT_Dec-6_tokenized") - Notebooks
- Google Colab
- Kaggle
Commit ·
709354b
1
Parent(s): ecdfdd0
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:d23cef1a37f22c8dd115d45e494c4d7d48f7f53a26ae138d4f70167333945a62
|
| 3 |
size 356857835
|
runs/Oct25_05-03-31_331d30a499f7/events.out.tfevents.1666674236.331d30a499f7.78.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:c794bb0d22dba5a1d79140227f9c71ff34f6ebc2bdf8f3be8c8f0638acbbf5ae
|
| 3 |
+
size 8467
|
runs/Oct25_05-03-31_331d30a499f7/events.out.tfevents.1666675570.331d30a499f7.78.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c0084a85fa5b57660cc859dfa9114410b12640f801293d612940cc47e841bb9
|
| 3 |
+
size 311
|