Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeda14960 committed Sep 18, 2024
1 parent f27def8 commit 7d0f3c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/olmo_7b_sft_convhf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
model: # 7B class model
type: llama
seq_len: 2048
hidden_dim: 4096
intermediate_dim: 11008
num_layers: 32
num_heads: 32
num_kv_heads: 32
use_flash_attention: True
use_bias: false
use_layer_norm_weight: false
flash_attention_block_size: 1024

0 comments on commit 7d0f3c0

Please sign in to comment.