Instructions to use gokuls/bert_base_72 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gokuls/bert_base_72 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gokuls/bert_base_72")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gokuls/bert_base_72") model = AutoModelForMaskedLM.from_pretrained("gokuls/bert_base_72") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 60000
Browse files
logs/events.out.tfevents.1686679438.serv-3317.2184143.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:4433adb5d132a1c438c18e962a4c49a6b9b37de1ff3c576cc5364129225595bf
|
| 3 |
+
size 25060
|
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:a52397e52b1c3efd061164f7f63de66b5b932ce55fb3442e2cfd3b4aa854791f
|
| 3 |
size 438093697
|