0

How to download bert models and load in python?

from sentence_transformers import SentenceTransformer
model = SentenceTransformer('bert-base-nli-mean-tokens')

How to save the pretrained model and load in python?

4

0 回答 0