Instructions to use gokuls/bert_base_48 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gokuls/bert_base_48 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gokuls/bert_base_48")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gokuls/bert_base_48") model = AutoModelForMaskedLM.from_pretrained("gokuls/bert_base_48") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 70000
Browse files
logs/events.out.tfevents.1686517859.serv-3318.375552.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:20d9f03e3c8c4ab2bed7040f037701a15145699c4a41c45d6f2b6000c852f7f5
|
| 3 |
+
size 28589
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438093697
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7318196a4c6b3658a3d78aea5226648b6d6674aeb6ce6c9b629b4f8841136e6
|
| 3 |
size 438093697
|