Skip to content

Commit

Permalink
fix vocab size
Browse files Browse the repository at this point in the history
  • Loading branch information
ysjprojects committed Jan 4, 2025
1 parent f559763 commit 276a8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def norm_class(self) -> Type:
dict(
name="OLMo-2-1124-7B{}",
hf_config=dict(org="allenai", name="OLMo-2-1124-7B{}"),
vocab_size=100352,
vocab_size=100278,
padded_vocab_size=100352,
block_size=4096,
n_embd=4096,
Expand All @@ -938,7 +938,7 @@ def norm_class(self) -> Type:
dict(
name="OLMo-2-1124-13B{}",
hf_config=dict(org="allenai", name="OLMo-2-1124-13B{}"),
vocab_size=100352,
vocab_size=100278,
padded_vocab_size=100352,
block_size=4096,
n_embd=5120,
Expand Down

0 comments on commit 276a8fc

Please sign in to comment.