Instructions to use tfranklin/bert-a-saurus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tfranklin/bert-a-saurus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="tfranklin/bert-a-saurus")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("tfranklin/bert-a-saurus") model = AutoModelForMaskedLM.from_pretrained("tfranklin/bert-a-saurus") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 363423240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9600a6fe9d66c4e33204f59ba0ebf9af992831e68af893fe6619040c1187be5a
|
| 3 |
size 363423240
|