helloadhavan commited on
Commit
23d5376
·
verified ·
1 Parent(s): c91529d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - text-generation
9
  - from-scratch
10
  - fineweb
 
11
  library_name: transformers
12
  pipeline_tag: text-generation
13
  ---
@@ -22,6 +23,8 @@ but it does use GPT's tokenizer
22
 
23
  The name **Llara** is original and unrelated to LLaMA or LoRA.
24
 
 
 
25
  ---
26
 
27
  ## Model Details
@@ -35,8 +38,8 @@ The name **Llara** is original and unrelated to LLaMA or LoRA.
35
  | Layers | 12 |
36
  | Attention heads | 12 |
37
  | Vocabulary | 50,257 (GPT-2 BPE) |
38
- | Training data | FineWeb (HuggingFaceFW/fineweb), Custom dataset |
39
- | Training docs | 1,000,000 documents |
40
  | Epochs | 1 |
41
  | Precision | fp16 |
42
 
 
8
  - text-generation
9
  - from-scratch
10
  - fineweb
11
+ - undertrained
12
  library_name: transformers
13
  pipeline_tag: text-generation
14
  ---
 
23
 
24
  The name **Llara** is original and unrelated to LLaMA or LoRA.
25
 
26
+ **Note**: The model is undertrained according to `The Chinchilla Laws (2022)`
27
+
28
  ---
29
 
30
  ## Model Details
 
38
  | Layers | 12 |
39
  | Attention heads | 12 |
40
  | Vocabulary | 50,257 (GPT-2 BPE) |
41
+ | Training data | FineWeb (HuggingFaceFW/fineweb) + Custom dataset |
42
+ | Training docs | 256,000,000 tokens |
43
  | Epochs | 1 |
44
  | Precision | fp16 |
45