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