500 error accessing "hkunlp/instructor-large"

I tried this embeddings example . Works great with the example model. I want to use model_id = “hkunlp/instructor-large”. Running this line:

embeddings = query(texts)

returns:

"__init__() got an unexpected keyword argument 'pooling_mode_weightedmean_tokens'"

What am I missing or is there a problem with my request? Thank you.