Instructions to use Billyyy/llama8B_mn_embed_init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- 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") - Notebooks
- Google Colab
- Kaggle