Fine tuned with Agent dataset and also Code Alpaca 20K and magpie ultra 0.1 datasets.
Original Model card
Model Information
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 Developer:
Meta
Model Architecture:
Llama 3.2 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
Training Data
Params
Input modalities
Output modalities
Context Length
GQA
Shared Embeddings
Token count
Knowledge cutoff
Llama 3.2 (text only)
A new mix of publicly available online data.
1B (1.23B)
Multilingual Text
Multilingual Text and code
128k
Yes
Yes
Up to 9T tokens
December 2023
3B (3.21B)
Multilingual Text
Multilingual Text and code
Supported Languages:
English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai are officially supported. Llama 3.2 has been trained on a broader collection of languages than these 8 supported languages. Developers may fine-tune Llama 3.2 models for languages beyond these supported languages, provided they comply with the Llama 3.2 Community License and the Acceptable Use Policy. Developers are always expected to ensure that their deployments, including those that involve additional languages, are completed safely and responsibly.
Llama 3.2 Model Family:
Token counts refer to pretraining data only. All model versions use Grouped-Query Attention (GQA) for improved inference scalability.
Model Release Date:
Sept 25, 2024
Status:
This is a static model trained on an offline dataset. Future versions may be released that improve model capabilities and safety.
Feedback:
Where to send questions or comments about the model Instructions on how to provide feedback or comments on the model can be found in the model
README
. For more technical information about generation parameters and recipes for how to use Llama 3.2 in applications, please go
here
.
Intended Use
Intended Use Cases:
Llama 3.2 is intended for commercial and research use in multiple languages. Instruction tuned text only models are intended for assistant-like chat and agentic applications like knowledge retrieval and summarization, mobile AI powered writing assistants and query and prompt rewriting. Pretrained models can be adapted for a variety of additional natural language generation tasks.
Out of Scope:
Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3.2 Community License. Use in languages beyond those explicitly referenced as supported in this model card.
How to use
This repository contains two versions of Llama-3.2-3B-Instruct, for use with
transformers
and with the original
llama
codebase.
Use with transformers
Starting with
transformers >= 4.43.0
onward, you can run conversational inference using the Transformers
pipeline
abstraction or by leveraging the Auto classes with the
generate()
function.
Make sure to update your transformers installation via
pip install --upgrade transformers
.
import torch
from transformers import pipeline
model_id = "EpistemeAI/Llama-3.2-3B-Agent007-Coder"
pipe = pipeline(
"text-generation",
model=model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
)
messages = [
{"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
{"role": "user", "content": "Who are you?"},
]
outputs = pipe(
messages,
max_new_tokens=256,
)
print(outputs[0]["generated_text"][-1])
Note: You can also find detailed recipes on how to use the model locally, with
torch.compile()
, assisted generations, quantised and more at
huggingface-llama-recipes
Uploaded model
Developed by:
EpistemeAI
License:
apache-2.0
Finetuned from model :
unsloth/llama-3.2-3b-instruct-bnb-4bit
This llama model was trained 2x faster with
Unsloth
and Huggingface's TRL library.
Runs of QuantFactory Llama-3.2-3B-Agent007-Coder-GGUF on huggingface.co
1.3K
Total runs
1
24-hour runs
105
3-day runs
67
7-day runs
444
30-day runs
More Information About Llama-3.2-3B-Agent007-Coder-GGUF huggingface.co Model
More Llama-3.2-3B-Agent007-Coder-GGUF license Visit here:
Llama-3.2-3B-Agent007-Coder-GGUF huggingface.co is an AI model on huggingface.co that provides Llama-3.2-3B-Agent007-Coder-GGUF's model effect (), which can be used instantly with this QuantFactory Llama-3.2-3B-Agent007-Coder-GGUF model. huggingface.co supports a free trial of the Llama-3.2-3B-Agent007-Coder-GGUF model, and also provides paid use of the Llama-3.2-3B-Agent007-Coder-GGUF. Support call Llama-3.2-3B-Agent007-Coder-GGUF model through api, including Node.js, Python, http.
Llama-3.2-3B-Agent007-Coder-GGUF huggingface.co is an online trial and call api platform, which integrates Llama-3.2-3B-Agent007-Coder-GGUF's modeling effects, including api services, and provides a free online trial of Llama-3.2-3B-Agent007-Coder-GGUF, you can try Llama-3.2-3B-Agent007-Coder-GGUF online for free by clicking the link below.
QuantFactory Llama-3.2-3B-Agent007-Coder-GGUF online free url in huggingface.co:
Llama-3.2-3B-Agent007-Coder-GGUF is an open source model from GitHub that offers a free installation service, and any user can find Llama-3.2-3B-Agent007-Coder-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of Llama-3.2-3B-Agent007-Coder-GGUF install, users can directly use Llama-3.2-3B-Agent007-Coder-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Llama-3.2-3B-Agent007-Coder-GGUF install url in huggingface.co: