Instructions to use yechen/bert-large-chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yechen/bert-large-chinese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="yechen/bert-large-chinese")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("yechen/bert-large-chinese") model = AutoModelForMaskedLM.from_pretrained("yechen/bert-large-chinese", device_map="auto") - Notebooks
- Google Colab
- Kaggle
20M-5M
Browse files- pytorch_model.bin +2 -2
- tf_model.h5 +1 -1
pytorch_model.bin
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:0f22c331b0ce70ad94cc64b0cc8a87b71e1e984957960dcd7a479e5ed02db5a3
|
| 3 |
+
size 1306552747
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3919167104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2594fba1861e40f8a19d0505aceee88c766da31ef64704f61efb0af8cc8d0c42
|
| 3 |
size 3919167104
|