Instructions to use LDD/bert_mlm_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LDD/bert_mlm_new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="LDD/bert_mlm_new")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("LDD/bert_mlm_new") model = AutoModel.from_pretrained("LDD/bert_mlm_new") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
在bert-base-chinese基础上进行新闻语料库的增量预训练的模型,token采用的是hfl/chinese-bert-wwm-ext
- Downloads last month
- 2