Instructions to use Martinlabla/bert_cn_finetunning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Martinlabla/bert_cn_finetunning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Martinlabla/bert_cn_finetunning")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Martinlabla/bert_cn_finetunning") model = AutoModelForMaskedLM.from_pretrained("Martinlabla/bert_cn_finetunning") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ce9fbab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b76134d2efb8833285923581d2460a4e87b0afac712a3ba485c49a398dc07671
size 409124216
|