imamnurby commited on
Commit
d2f6a3f
1 Parent(s): 399b20e

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -3
config.py CHANGED
@@ -13,11 +13,11 @@ config = {
13
  'db_constructor_path': 'lib_to_constructor.csv',
14
 
15
  # retrieval_model_setting
16
- 'max_k': 2,
17
 
18
  # generative_model_setting
19
- 'num_beams': 2,
20
- 'num_return_sequences': 2,
21
 
22
  # hw_classifier setting
23
  'max_length': 128
 
13
  'db_constructor_path': 'lib_to_constructor.csv',
14
 
15
  # retrieval_model_setting
16
+ 'max_k': 1,
17
 
18
  # generative_model_setting
19
+ 'num_beams': 1,
20
+ 'num_return_sequences': 1,
21
 
22
  # hw_classifier setting
23
  'max_length': 128