Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,8 @@ license: llama3.1
|
|
28 |
|
29 |
## Model Summary:
|
30 |
|
31 |
-
|
|
|
32 |
|
33 |
## Prompt Template:
|
34 |
|
@@ -47,7 +48,11 @@ Under the hood, the model will see a prompt that's formatted like so:
|
|
47 |
|
48 |
## Technical Details
|
49 |
|
50 |
-
|
|
|
|
|
|
|
|
|
51 |
|
52 |
## Special thanks
|
53 |
|
|
|
28 |
|
29 |
## Model Summary:
|
30 |
|
31 |
+
Llama 3.1 is an update to the previously released family of Llama 3 models. It has improved performance across the board, especially in multilingual tasks.<br>
|
32 |
+
It is the current state of the art for open source and can be used for basically any task you throw at it.
|
33 |
|
34 |
## Prompt Template:
|
35 |
|
|
|
48 |
|
49 |
## Technical Details
|
50 |
|
51 |
+
Llama 3.1 features an improved 128k context window.
|
52 |
+
|
53 |
+
It has been trained on 15T tokens, including 25 million synthetically generated samples.
|
54 |
+
|
55 |
+
For more details, check their blog post [here](https://ai.meta.com/blog/meta-llama-3-1/)
|
56 |
|
57 |
## Special thanks
|
58 |
|