410.3K Downloads Updated 1 year ago
Updated 1 year ago
1 year ago
9f4257eb39a8 · 4.7GB
Dolphin-2.9 has a variety of instruction, conversational, and coding skills. It also has initial agentic abilities and supports function calling.
Dolphin is uncensored. The dataset has been filtered to remove alignment and bias. This makes the model more compliant.
Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations.
dolphin-llama3:8b
dolphin-llama3:70b
Note: using a 256k context window requires at least 64GB of memory.
Dolphin Llama 3 also has a 256k context window version. To extend the context window use:
API
curl http://localhost:11434/api/generate -d '{
"model": "dolphin-llama3:8b-256k",
"prompt": "Why is the sky blue?",
"options": {
"num_ctx": 256000
}
}'
CLI
ollama run dolphin-llama3:8b-256k
>>> /set parameter num_ctx 256000