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")
The community tab is the place to discuss and collaborate with the HF community!