Instructions to use Mozart-coder/BERT_full-6_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozart-coder/BERT_full-6_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mozart-coder/BERT_full-6_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mozart-coder/BERT_full-6_tokenized") model = AutoModelForMaskedLM.from_pretrained("Mozart-coder/BERT_full-6_tokenized") - Notebooks
- Google Colab
- Kaggle
Commit ·
25806ee
1
Parent(s): 8b5a6af
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:a4b946f9a7f2f26518552e111f5ef380aea8b6cadefdce6636340e81420b3dac
|
| 3 |
size 356857835
|
runs/Oct21_07-29-49_60584ca57018/events.out.tfevents.1666337415.60584ca57018.74.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:ef1164bb039d6b9cd4e5b482f9e98862b4a7b124433917ee5192a3841cc0ebd5
|
| 3 |
+
size 14890
|
runs/Oct21_07-29-49_60584ca57018/events.out.tfevents.1666341045.60584ca57018.74.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dca6d499268d933804494e6bf1436b50e73725e5555ef69665edae5d877ab330
|
| 3 |
+
size 311
|