qubit999/llama3.2-3b-instruct 🔢📝✓ → 📝
About
The 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).
Example Output
Prompt:
"Name 3 animals with wings"
Output
{"role":"assistant","content":"Here are 3 animals with wings:
- Butterfly
- Eagle
- Bat"}
Performance Metrics
0.70s
Prediction Time
169.26s
Total Time
All Input Parameters
{
"top_k": 0,
"top_p": 0.9,
"prompt": "Name 3 animals with wings",
"do_sample": true,
"temperature": 0.7,
"system_prompt": "You are an AI chatbot.",
"length_penalty": 1,
"max_new_tokens": 4096,
"min_new_tokens": 1,
"repetition_penalty": 1
}
Input Parameters
- top_k
- Top-k sampling
- top_p
- Top-p (nucleus) sampling
- prompt
- Question
- do_sample
- Use sampling
- temperature
- Sampling temperature
- system_prompt
- System prompt
- length_penalty
- Length penalty
- max_new_tokens
- Maximum number of new tokens to generate
- min_new_tokens
- Minimum number of new tokens to generate
- repetition_penalty
- Repetition penalty
Output Schema
Output
Version Details
- Version ID
80d7b7baea950c6069ff5093952857521cc9a10e7ac9b038d54fa2456b2fcd02- Version Created
- December 5, 2024