adarshxs commited on
Commit
4180665
1 Parent(s): 676254c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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