Skip to content

Commit

Permalink
Add opt-13B config (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhihao Jia <zhihao@cmu.edu>
  • Loading branch information
lambda7xx and jiazhihao authored Jul 16, 2023
1 parent ae67898 commit 58b745d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions inference/models/configs/opt_13B.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"vocab_size": 50272,
"word_embed_proj_dim": 5120,
"hidden_size": 5120,
"num_attention_heads": 40,
"max_position_embeddings": 2048,
"layer_norm_elementwise_affine": true,
"num_hidden_layers": 40,
"dropout": 0.1,
"ffn_dim": 20480,
"max_beam_width": 1,
"batchSize": 8,
"sentence_len": 100,
"max_beam_depth": 4
}

0 comments on commit 58b745d

Please sign in to comment.