Update llama 7B model README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LLama 7B Hugging Face model
|
| 2 |
+
|
| 3 |
+
This repo hosts model weights and it's for research purpose. If it against some policies that I don't know, feel free to reach out to me and I will delete it.
|
| 4 |
+
|
| 5 |
---
|
| 6 |
license: other
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
LLaMA-7B converted to work with Transformers/HuggingFace. This is under a special license, please see the LICENSE file for details.
|
| 10 |
+
|
| 11 |
+
License Non-commercial bespoke license
|
| 12 |
+
|
| 13 |
+
> Note: I copied above statement from https://huggingface.co/decapoda-research/llama-7b-hf
|