Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
license_link: https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct/blob/main/LICENSE.txt
|
4 |
+
library: llama.cpp
|
5 |
+
library_link: https://github.com/ggerganov/llama.cpp
|
6 |
+
base_model:
|
7 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
- de
|
11 |
+
- fr
|
12 |
+
- it
|
13 |
+
- pt
|
14 |
+
- hi
|
15 |
+
- es
|
16 |
+
- th
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
tags:
|
19 |
+
- nlp
|
20 |
+
- code
|
21 |
+
- gguf
|
22 |
+
---
|
23 |
+
|
24 |
+
# LlaMa 3.2 1B Instruct
|
25 |
+
|
26 |
+
## Quantized Model Files
|
27 |
+
|
28 |
+
LlaMa 3.2 1B is available in several formats, catering to different computational needs:
|
29 |
+
|
30 |
+
- **ggml-model-q8_0.gguf**: 8-bit quantization, providing robust performance.
|
31 |
+
- **ggml-model-f16.gguf**: Standard 16-bit floating-point format, for enhanced precision.
|
32 |
+
|
33 |
+
These formats, ranging from 4-bit to 16-bit, accommodate various computational environments, from resource-constrained devices to high-end server
|
34 |
+
|
35 |
+
## Model Information
|
36 |
+
|
37 |
+
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.
|
38 |
+
|
39 |
+
**Model Developer:** Meta
|
40 |
+
|
41 |
+
**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.
|
42 |
+
|
43 |
+
| | Training Data | Params | Input modalities | Output modalities | Context Length | GQA | Shared Embeddings | Token count | Knowledge cutoff |
|
44 |
+
| :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- |
|
45 |
+
| 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 |
|
46 |
+
| | | 3B (3.21B) | Multilingual Text | Multilingual Text and code | | | | | |
|
47 |
+
|
48 |
+
**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.
|
49 |
+
|
50 |
+
**Llama 3.2 Model Family:** Token counts refer to pretraining data only. All model versions use Grouped-Query Attention (GQA) for improved inference scalability.
|
51 |
+
|
52 |
+
**Model Release Date:** Sept 25, 2024
|
53 |
+
|
54 |
+
**Status:** This is a static model trained on an offline dataset. Future versions may be released that improve model capabilities and safety.
|
55 |
+
|
56 |
+
**License:** Use of Llama 3.2 is governed by the [Llama 3.2 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE) (a custom, commercial license agreement).
|
57 |
+
|
58 |
+
**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](https://github.com/meta-llama/llama-models/tree/main/models/llama3_2). For more technical information about generation parameters and recipes for how to use Llama 3.2 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
|
59 |
+
|
60 |
+
## **Ethical Considerations and Limitations**
|
61 |
+
LlaMa 3.2 1B is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 3.2’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 3.2, developers should perform safety testing and tuning tailored to their specific applications of the model.
|
62 |
+
|
63 |
+
Please see the Responsible Use Guide available at [https://ai.meta.com/llama/responsible-use-guide/](https://ai.meta.com/llama/responsible-use-guide/)
|