Instructions to use albert/albert-base-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use albert/albert-base-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="albert/albert-base-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("albert/albert-base-v2") model = AutoModelForMaskedLM.from_pretrained("albert/albert-base-v2") - Inference
- Notebooks
- Google Colab
- Kaggle
Update with-prefix-tf_model.h5
Browse files- with-prefix-tf_model.h5 +3 -0
with-prefix-tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d894ce4dc1051893a3c41f4ea1a9a50fca7b977086e7f28eb0525c45c2f71211
|
| 3 |
+
size 63048440
|