AlexWortega commited on
Commit
ba0f81a
·
verified ·
1 Parent(s): 49dc058

Upload modeling_borealis.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. modeling_borealis.py +1 -1
modeling_borealis.py CHANGED
@@ -35,7 +35,7 @@ class BorealisConfig(PretrainedConfig):
35
  audio_hidden_size: int = 1280,
36
  llm_hidden_size: int = 2560,
37
  hidden_size: int = 2560,
38
- vocab_size: int = 151671,
39
  torch_dtype: str = "bfloat16",
40
  text_config: Optional[dict] = None,
41
  **kwargs,
 
35
  audio_hidden_size: int = 1280,
36
  llm_hidden_size: int = 2560,
37
  hidden_size: int = 2560,
38
+ vocab_size: int = 151672,
39
  torch_dtype: str = "bfloat16",
40
  text_config: Optional[dict] = None,
41
  **kwargs,