How to use Hieuman/GenC-Mistral with Transformers:
# Load model directly from transformers import AutoTokenizer, MistralEmbeddingLM tokenizer = AutoTokenizer.from_pretrained("Hieuman/GenC-Mistral") model = MistralEmbeddingLM.from_pretrained("Hieuman/GenC-Mistral")
Chat template
Files info