Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ language:
|
|
6 |
library_name: transformers
|
7 |
---
|
8 |
|
|
|
|
|
9 |
Llama-13B converted from official [Llama-13B](https://github.com/facebookresearch/Llama/blob/main/MODEL_CARD.md) to Huggingface model via [HF's conversion script](https://github.com/huggingface/transformers/blob/main/src/transformers/models/Llama/convert_Llama_weights_to_hf.py) to work with Transformers/HuggingFace. This is under a special license, please see the LICENSE file for details.
|
10 |
|
11 |
This is updated from [decapoda-research/llama-13b-hf](https://huggingface.co/decapoda-research/Llama-13b-hf) to include (since the many pull requests are not merged yet in decapoda's repo, so I directly open a new repo here):
|
|
|
6 |
library_name: transformers
|
7 |
---
|
8 |
|
9 |
+
# 🦙 Llama for Huggingface Transformers
|
10 |
+
|
11 |
Llama-13B converted from official [Llama-13B](https://github.com/facebookresearch/Llama/blob/main/MODEL_CARD.md) to Huggingface model via [HF's conversion script](https://github.com/huggingface/transformers/blob/main/src/transformers/models/Llama/convert_Llama_weights_to_hf.py) to work with Transformers/HuggingFace. This is under a special license, please see the LICENSE file for details.
|
12 |
|
13 |
This is updated from [decapoda-research/llama-13b-hf](https://huggingface.co/decapoda-research/Llama-13b-hf) to include (since the many pull requests are not merged yet in decapoda's repo, so I directly open a new repo here):
|