Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- llama-3.1
|
9 |
+
- text-generation
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model:
|
12 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
13 |
+
---
|
14 |
+
|
15 |
+
# 🦙 LLaMA 3.1 (7B/13B/70B) – [Your Variant Name]
|
16 |
+
|
17 |
+
## Model Summary
|
18 |
+
This is a derivative of Meta AI’s LLaMA 3.1 base model. The model retains the core architecture and weights from Meta’s release and may include fine-tuning, quantization, or adaptation for specific applications.
|
19 |
+
|
20 |
+
> ⚠️ **This model is subject to Meta’s LLaMA 3 license. You must accept Meta’s terms to use or download it.**
|
21 |
+
|
22 |
+
## 📝 License & Usage Terms
|
23 |
+
|
24 |
+
### Meta LLaMA 3 License
|
25 |
+
- Base model is governed by Meta AI's license:
|
26 |
+
👉 https://ai.meta.com/llama/license/
|
27 |
+
|
28 |
+
- You must agree to their license terms to access and use the weights, which include:
|
29 |
+
- No commercial use without permission
|
30 |
+
- Redistribution only allowed under specific conditions
|
31 |
+
- Attribution required
|
32 |
+
|
33 |
+
### Redistribution Notice
|
34 |
+
- This repository does **not** include original Meta weights.
|
35 |
+
- You must obtain base weights directly from Meta:
|
36 |
+
👉 https://huggingface.co/meta-llama
|
37 |
+
|
38 |
+
### If Fine-tuned
|
39 |
+
If this model has been fine-tuned, the downstream weights are provided under the following conditions:
|
40 |
+
|
41 |
+
- **Base Model License**: Meta’s LLaMA 3 License
|
42 |
+
- **Derivative Weights License**: [e.g., CC-BY-NC-4.0, MIT, custom, etc.]
|
43 |
+
- **Training Dataset License(s)**:
|
44 |
+
- [Dataset A] – [license]
|
45 |
+
- [Dataset B] – [license]
|
46 |
+
|
47 |
+
Make sure you have rights to use and distribute any data used in fine-tuning.
|
48 |
+
|
49 |
+
## Intended Use
|
50 |
+
- **Use Cases**: Research, experimentation, academic NLP, code generation (if applicable)
|
51 |
+
- **Not Intended For**: Use in production systems without further evaluation, sensitive applications, or commercial deployments without Meta’s explicit permission
|
52 |
+
|
53 |
+
## Limitations & Risks
|
54 |
+
- May generate incorrect or harmful content
|
55 |
+
- Does not have knowledge past its training cutoff
|
56 |
+
- Biases in training data may persist
|
57 |
+
|
58 |
+
## Citation
|
59 |
+
```bibtex
|
60 |
+
@misc{touvron2024llama3,
|
61 |
+
title={LLaMA 3: Open Foundation and Instruction Models},
|
62 |
+
author={Touvron, Hugo and others},
|
63 |
+
year={2024},
|
64 |
+
url={https://ai.meta.com/llama/}
|
65 |
+
}
|