Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,68 @@
|
|
1 |
---
|
2 |
-
license: llama3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
base_model:
|
4 |
-
- meta-llama/Llama-3.2-1B
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- llama-3.2
|
9 |
+
- text-generation
|
10 |
+
- AMD
|
11 |
+
- Ryzen
|
12 |
+
- NPU
|
13 |
+
pipeline_tag: text-generation
|
14 |
base_model:
|
15 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
16 |
+
---
|
17 |
+
|
18 |
+
# 🦙 LLaMA 3.2 (1B) – Optimized for FastFlowLM on AMD Ryzen™ AI NPU (XDNA2 Only)
|
19 |
+
|
20 |
+
## Model Summary
|
21 |
+
This model is a variant of Meta AI’s **LLaMA 3.2 1B Instruct** release. It preserves the original architecture and weights, with potential optimizations via quantization, low-level tuning, or runtime enhancements tailored for NPUs using FastFlowLM.
|
22 |
+
|
23 |
+
> ⚠️ **This model is subject to Meta’s LLaMA 3 license. You must accept Meta’s terms to use or download it.**
|
24 |
+
|
25 |
+
## 📝 License & Usage Terms
|
26 |
+
|
27 |
+
### Meta LLaMA 3 License
|
28 |
+
- Governed by Meta AI's LLaMA 3 license:
|
29 |
+
👉 https://ai.meta.com/llama/license/
|
30 |
+
|
31 |
+
- Key restrictions include:
|
32 |
+
- **No commercial use** without express permission from Meta
|
33 |
+
- Redistribution must follow Meta’s guidelines
|
34 |
+
- Attribution to Meta is required
|
35 |
+
|
36 |
+
### Redistribution Notice
|
37 |
+
- This repository does **not** contain Meta’s original weights.
|
38 |
+
- You must obtain the base weights directly from Meta:
|
39 |
+
👉 https://huggingface.co/meta-llama
|
40 |
+
|
41 |
+
### If Fine-tuned
|
42 |
+
If this version includes any fine-tuning or post-training modification:
|
43 |
+
|
44 |
+
- **Base Model License**: Meta’s LLaMA 3 License
|
45 |
+
- **Derivative Weights License**: [e.g., CC-BY-NC-4.0, MIT, custom]
|
46 |
+
- **Training Dataset License(s)**:
|
47 |
+
- [Dataset A] – [license]
|
48 |
+
- [Dataset B] – [license]
|
49 |
+
|
50 |
+
Users are responsible for verifying the legality of dataset use and redistribution.
|
51 |
+
|
52 |
+
## Intended Use
|
53 |
+
- **Target Applications**: On-device experimentation, local LLM inference, academic research
|
54 |
+
- **Exclusions**: Do **not** use in commercial products, production systems, or critical tasks without proper evaluation and license compliance
|
55 |
+
|
56 |
+
## Limitations & Risks
|
57 |
+
- May hallucinate or output biased content
|
58 |
+
- Knowledge is frozen as of the base model's training cutoff
|
59 |
+
- Not evaluated for high-stakes or real-time applications
|
60 |
+
|
61 |
+
## Citation
|
62 |
+
```bibtex
|
63 |
+
@misc{touvron2024llama3,
|
64 |
+
title={LLaMA 3: Open Foundation and Instruction Models},
|
65 |
+
author={Touvron, Hugo and others},
|
66 |
+
year={2024},
|
67 |
+
url={https://ai.meta.com/llama/}
|
68 |
+
```
|