Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Llama3.2 3b model #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rhochmayr
Copy link
Contributor

Summary

This pull request makes the following changes:

  • Added Llama3.2 Model (3B) served with Ollama.

Module creation as part of the Lilypad Module Creator Rewards.

Task/Issue reference

N/A

Test plan

lilypad --network demonet run github.com/rhochmayr/ollama-llama3.2-3b:0.1.6 -i Prompt="How does a SSL handshake work?"

Details (optional)

The Meta Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.

Model size

3B parameters (default)

The 3B model outperforms the Gemma 2 2.6B and Phi 3.5-mini models on tasks such as:

  • Following instructions
  • Summarization
  • Prompt rewriting
  • Tool use

https://github.com/rhochmayr/ollama-llama3.2-3b/

Related issues or PRs (optional)

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant