Instructions to use yechen/bert-base-chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yechen/bert-base-chinese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="yechen/bert-base-chinese")# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("yechen/bert-base-chinese", dtype="auto") - Notebooks
- Google Colab
- Kaggle
tf
Browse files- tf_model.h5 +2 -2
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:1fc3dacca706778b912cb3848401be652ae2c95cabc9ba9056a68c6f3c332f45
|
| 3 |
+
size 476719784
|