Instructions to use macadeliccc/dolphin-2.9-llama3-8b-emb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use macadeliccc/dolphin-2.9-llama3-8b-emb with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("macadeliccc/dolphin-2.9-llama3-8b-emb") model = AutoModel.from_pretrained("macadeliccc/dolphin-2.9-llama3-8b-emb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Clarification on macadeliccc/dolphin-2.9-llama3-8b-emb training origin
#1 opened 6 months ago
by
dqdw