Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,16 @@ pipeline_tag: text-generation
|
|
3 |
license: other
|
4 |
---
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
LLaMA-7B is a base model for text generation with 6.7B parameters and a 1T token training corpus. It was built and released by the FAIR team at Meta AI alongside the paper "[LLaMA: Open and Efficient Foundation Language Models](https://arxiv.org/abs/2302.13971)".
|
9 |
|
|
|
3 |
license: other
|
4 |
---
|
5 |
|
6 |
+
|
7 |
+
<div align="center">
|
8 |
+
|
9 |
+
<img src="./assets/llama.png" width="150px">
|
10 |
+
|
11 |
+
</div>
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
# LLaMA-7B
|
16 |
|
17 |
LLaMA-7B is a base model for text generation with 6.7B parameters and a 1T token training corpus. It was built and released by the FAIR team at Meta AI alongside the paper "[LLaMA: Open and Efficient Foundation Language Models](https://arxiv.org/abs/2302.13971)".
|
18 |
|