gourisankar85 commited on
Commit
1f7a441
·
verified ·
1 Parent(s): 129780c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  class ConfigConstants:
3
  # Constants related to datasets and models
4
- DATA_SET_NAMES = ['covidqa', 'cuad', 'techqa']#, 'delucionqa', 'emanual', 'expertqa', 'finqa', 'hagrid', 'hotpotqa', 'msmarco', 'pubmedqa', 'tatqa']
5
  EMBEDDING_MODEL_NAME = "sentence-transformers/paraphrase-MiniLM-L3-v2"
6
  RE_RANKER_MODEL_NAME = 'cross-encoder/ms-marco-electra-base'
7
  GENERATION_MODEL_NAME = 'mixtral-8x7b-32768'
 
1
 
2
  class ConfigConstants:
3
  # Constants related to datasets and models
4
+ DATA_SET_NAMES = ['covidqa']#, 'cuad', 'techqa','delucionqa', 'emanual', 'expertqa', 'finqa', 'hagrid', 'hotpotqa', 'msmarco', 'pubmedqa', 'tatqa']
5
  EMBEDDING_MODEL_NAME = "sentence-transformers/paraphrase-MiniLM-L3-v2"
6
  RE_RANKER_MODEL_NAME = 'cross-encoder/ms-marco-electra-base'
7
  GENERATION_MODEL_NAME = 'mixtral-8x7b-32768'