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

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="google-t5/t5-large",
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-base",
65
  quantization = 'no',
66
  generation_top_k = 1,
67
  sep = False,