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