Fill-Mask
Transformers
PyTorch
Chinese
bert
chinese
classical chinese
literary chinese
ancient chinese
roberta
Instructions to use SIKU-BERT/sikubert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SIKU-BERT/sikubert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SIKU-BERT/sikubert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SIKU-BERT/sikubert") model = AutoModelForMaskedLM.from_pretrained("SIKU-BERT/sikubert") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +2 -2
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:f60aae44c3c07748e671da0c9da5f15cb267169a8342bfe7f126524c3b289ff3
|
| 3 |
+
size 438219059
|