Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,8 @@ Llama 3 is an auto-regressive language model that uses an optimized transformer
|
|
24 |
|
25 |
## How to use:
|
26 |
|
|
|
|
|
27 |
You can run conversational inference by leveraging the Auto classes with the generate() function.
|
28 |
|
29 |
|
|
|
24 |
|
25 |
## How to use:
|
26 |
|
27 |
+
The model has been finetuned in the Alpaca format
|
28 |
+
|
29 |
You can run conversational inference by leveraging the Auto classes with the generate() function.
|
30 |
|
31 |
|