Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
+
- llama-3
|
6 |
+
- meta
|
7 |
+
- facebook
|
8 |
+
- gguf
|
9 |
+
---
|
10 |
+
|
11 |
+
Directly converted into GGUF format from the 'Mata-Llama-3' repo from Meta on Hugging Face.
|
12 |
+
|
13 |
+
Including the original LLaMA 3 models file cloning from the Meta HF repo. (https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|
14 |
+
|
15 |
+
If you have issues downloading the models from Meta or converting models for `llama.cpp`, feel free to download this one!
|
16 |
+
|
17 |
+
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/llama3). For more technical information about generation parameters and recipes for how to use Llama 3 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
|
18 |
+
|
19 |
+
## License
|
20 |
+
|
21 |
+
See the License file for Meta Llama 3 [here](https://llama.meta.com/llama3/license/) and Acceptable Use Policy [here](https://llama.meta.com/llama3/use-policy/)
|