maxoul commited on
Commit
62b3811
·
verified ·
1 Parent(s): 071f001

Update splade.py

Browse files
Files changed (1) hide show
  1. splade.py +2 -2
splade.py CHANGED
@@ -22,10 +22,10 @@ class SpladeConfig(PretrainedConfig):
22
 
23
  def __init__(
24
  self,
25
- model_name_or_path: str = "meta-llama/Llama-3.1-8B",
26
  attn_implementation: str = "flash_attention_2",
27
  bidirectional: bool = True, # only for decoder models
28
- padding_side: str = "right",
29
  **kwargs,
30
  ):
31
  super().__init__(**kwargs)
 
22
 
23
  def __init__(
24
  self,
25
+ model_name_or_path: str = "Qwen/Qwen3-0.6B",
26
  attn_implementation: str = "flash_attention_2",
27
  bidirectional: bool = True, # only for decoder models
28
+ padding_side: str = "left",
29
  **kwargs,
30
  ):
31
  super().__init__(**kwargs)