Instructions to use frett/chinese_paragraph_bert-ext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use frett/chinese_paragraph_bert-ext with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("frett/chinese_paragraph_bert-ext") model = AutoModelForMultipleChoice.from_pretrained("frett/chinese_paragraph_bert-ext") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes