Transformers How to use Billyyy/llama8B_mn_embed_init with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="Billyyy/llama8B_mn_embed_init") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Billyyy/llama8B_mn_embed_init")
model = AutoModel.from_pretrained("Billyyy/llama8B_mn_embed_init")