Instructions to use buddhilive/bert-base-zero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use buddhilive/bert-base-zero with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="buddhilive/bert-base-zero")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("buddhilive/bert-base-zero") model = AutoModelForMaskedLM.from_pretrained("buddhilive/bert-base-zero") - Notebooks
- Google Colab
- Kaggle
Commit ·
9b7036b
1
Parent(s): d7ae45b
Upload TFBertForMaskedLM
Browse files- config.json +1 -1
- tf_model.h5 +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertForMaskedLM"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"bos_token_id": 0,
|
tf_model.h5
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:de750da2c61c0f3700081c9b2cfdbcd74ce7bb445f346161b3bb9ee1da407eef
|
| 3 |
+
size 655073724
|