MihaiPopa-1 commited on
Commit
e925e08
·
verified ·
1 Parent(s): 85c4d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Because it's a good idea to make tiny LLMs. Some people already did with [MicroL
32
  | Batch Size | 4 x 8 = 32 |
33
  | Context Window | Maybe 2048 tokens |
34
  | `hidden_size` | 192 |
35
- | `intermediate_size` | 192 |
36
  | `num_hidden_layers` | 6 |
37
  | `num_attention_heads` | 6 |
38
  | `max_position_embeddings` | 2048 |
 
32
  | Batch Size | 4 x 8 = 32 |
33
  | Context Window | Maybe 2048 tokens |
34
  | `hidden_size` | 192 |
35
+ | `intermediate_size` | 512 |
36
  | `num_hidden_layers` | 6 |
37
  | `num_attention_heads` | 6 |
38
  | `max_position_embeddings` | 2048 |