Skip to content

Commit

Permalink
Create open_lm_1b_swiglutorch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrick-keh-tri authored Jul 19, 2024
1 parent 87bbb85 commit 11d2028
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions open_lm/model_configs/open_lm_1b_swiglutorch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hidden_dim": 2048,
"n_layers": 24,
"n_heads": 16,
"seq_len": 2048,
"vocab_size": 50432,
"post_embed_norm": false,
"weight_tying": false,
"ffn_type": "swiglu_torch"
}

0 comments on commit 11d2028

Please sign in to comment.