helloadhavan commited on
Commit
fc8344f
·
verified ·
1 Parent(s): 818af8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -15,6 +15,7 @@ pipeline_tag: text-generation
15
  # Llara
16
 
17
  Llara is a 91.4M parameter autoregressive language model trained from scratch on English web text. It follows the GPT-2 Small architecture and is trained entirely from random initialisation — no pretrained weights, no distillation, no fine-tuning of an existing model.
 
18
 
19
  The name **Llara** is original and unrelated to LLaMA or LoRA.
20
 
 
15
  # Llara
16
 
17
  Llara is a 91.4M parameter autoregressive language model trained from scratch on English web text. It follows the GPT-2 Small architecture and is trained entirely from random initialisation — no pretrained weights, no distillation, no fine-tuning of an existing model.
18
+ but it does use GPT's tokenizer
19
 
20
  The name **Llara** is original and unrelated to LLaMA or LoRA.
21