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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -18,11 +18,9 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
18
 
19
  We further finetune the pretrained model on a custom dataset to enhance instruction following ability of the model.
20
 
21
- Input Models input text only.
22
 
23
- Output Models generate text and code only.
24
-
25
- Model Architecture Llama 3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT).
26
 
27
  ## How to use:
28
 
 
18
 
19
  We further finetune the pretrained model on a custom dataset to enhance instruction following ability of the model.
20
 
 
21
 
22
+ #### Model Architecture
23
+ Llama 3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT).
 
24
 
25
  ## How to use:
26