Instructions to use Mozart-coder/BERT_spring-6_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mozart-coder/BERT_spring-6_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mozart-coder/BERT_spring-6_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mozart-coder/BERT_spring-6_tokenized") model = AutoModelForMaskedLM.from_pretrained("Mozart-coder/BERT_spring-6_tokenized") - Notebooks
- Google Colab
- Kaggle
Commit ·
66520b1
1
Parent(s): dd94c19
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:ae75bf1442b8584f6639fb968b9d6936dade4d6452bdca8cb32d49b7a6fb1006
|
| 3 |
size 356857835
|
runs/Oct24_23-39-49_e733c54e6106/events.out.tfevents.1666654806.e733c54e6106.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:9bbf1096e80e9b7e698d6156c2d1ec6ff54e6d4450442a6a3d6474d7979e7fff
|
| 3 |
+
size 8476
|
runs/Oct24_23-39-49_e733c54e6106/events.out.tfevents.1666655720.e733c54e6106.78.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc6f4cb316f4f208a7dc6f3adf27f6eed66fee5b20b4abd1d4f03195ed8b22d0
|
| 3 |
+
size 311
|