Skip to content

Commit

Permalink
fix llama100M
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitaricet committed Aug 5, 2023
1 parent 6c74b61 commit ac3083c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/llama_100m.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"bos_token_id": 0,
"eos_token_id": 1,
"hidden_act": "silu",
"hidden_size": 512,
"intermediate_size": 1368,
"hidden_size": 640,
"intermediate_size": 1708,
"initializer_range": 0.02,
"max_sequence_length": 1024,
"model_type": "llama",
"num_attention_heads": 16,
"num_hidden_layers": 21,
"num_attention_heads": 10,
"num_hidden_layers": 12,
"pad_token_id": -1,
"rms_norm_eps": 1e-06,
"transformers_version": "4.28.1",
Expand Down

0 comments on commit ac3083c

Please sign in to comment.