Skip to content

Commit

Permalink
add 7b model
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Jul 23, 2024
1 parent 3c9c0e4 commit 1a72a9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions open_diloco/configs/config_7b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "llama7b",
"n_embd": 4096,
"intermediate_size": 11008,
"n_head": 32,
"n_layer": 32,
"n_query_groups": null,
"vocab_size": 32000,
"block_size": 1024
}

0 comments on commit 1a72a9a

Please sign in to comment.