Tu2003716 commited on
Commit
4e93a9e
·
verified ·
1 Parent(s): c2398da

Upload modeling_cocom.py

Browse files
Files changed (1) hide show
  1. modeling_cocom.py +1 -1
modeling_cocom.py CHANGED
@@ -61,7 +61,7 @@ class COCOMConfig(PretrainedConfig):
61
 
62
  model_type = "COCOM"
63
  def __init__(self,
64
- decoder_model_name="meta-llama/Llama-3.2-1B",
65
  quantization = 'no',
66
  generation_top_k = 1,
67
  sep = False,
 
61
 
62
  model_type = "COCOM"
63
  def __init__(self,
64
+ decoder_model_name="google-t5/t5-large",
65
  quantization = 'no',
66
  generation_top_k = 1,
67
  sep = False,