Qi Wang commited on
Commit
c047477
1 Parent(s): a14159d

Upload 2 files

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "None",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -8,9 +8,8 @@
8
  "hidden_act": "silu",
9
  "hidden_size": 768,
10
  "initializer_range": 0.02,
11
- "intermediate_size": 11008,
12
- "max_position_embeddings": 384,
13
- "max_seq_length": 768,
14
  "model_type": "llama",
15
  "num_attention_heads": 12,
16
  "num_hidden_layers": 12,
 
1
  {
2
+ "_name_or_path": "../models/tinystories",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
8
  "hidden_act": "silu",
9
  "hidden_size": 768,
10
  "initializer_range": 0.02,
11
+ "intermediate_size": 2268,
12
+ "max_position_embeddings": 768,
 
13
  "model_type": "llama",
14
  "num_attention_heads": 12,
15
  "num_hidden_layers": 12,