duraad commited on
Commit
7cda596
1 Parent(s): 4bda387

Update src/api/ModelMethods.py

Browse files
Files changed (1) hide show
  1. src/api/ModelMethods.py +1 -1
src/api/ModelMethods.py CHANGED
@@ -20,7 +20,7 @@ import re
20
  Add path to the models here
21
  """
22
  mt5ModelPath = "duraad/nep-spell-hft-final"
23
- mbartModelPath = "houdini001/happytt_mBART_plus_9"
24
  vartat5ModelPath = "Ayus077BCT014Bhandari/vartat5-using-100K-plus-27"
25
 
26
 
 
20
  Add path to the models here
21
  """
22
  mt5ModelPath = "duraad/nep-spell-hft-final"
23
+ mbartModelPath = "houdini001/happytt_mBART_plus_11_v2"
24
  vartat5ModelPath = "Ayus077BCT014Bhandari/vartat5-using-100K-plus-27"
25
 
26