Duplicated from GanymedeNil/text2vec-large-chinese
How to use gecom/text2vec-large-chinese with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("gecom/text2vec-large-chinese") model = AutoModel.from_pretrained("gecom/text2vec-large-chinese")
The community tab is the place to discuss and collaborate with the HF community!