Instructions to use Mozart-coder/BERT_newdata-6_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozart-coder/BERT_newdata-6_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mozart-coder/BERT_newdata-6_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mozart-coder/BERT_newdata-6_tokenized") model = AutoModelForMaskedLM.from_pretrained("Mozart-coder/BERT_newdata-6_tokenized") - Notebooks
- Google Colab
- Kaggle
Commit ·
f431fb4
1
Parent(s): 2573db1
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:f5bf82ddd4973992a20ec28c97e5d1f89eb06371006bb0eac85d6d85f2fbf9ff
|
| 3 |
size 356857835
|
runs/Oct23_13-38-40_82966b399852/events.out.tfevents.1666532352.82966b399852.75.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:36b7ba778aa2c6f59f9df4f39acd2cb9b1df0130644504116b6342cd10c4dbb9
|
| 3 |
+
size 8479
|
runs/Oct23_13-38-40_82966b399852/events.out.tfevents.1666533421.82966b399852.75.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8243b714736298a01ce25fb92ebfc80a5b953e8a5d46e14afaf72b10d9083c5d
|
| 3 |
+
size 311
|