CR7CAD commited on
Commit
de6503f
·
verified ·
1 Parent(s): b69d064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def load_models():
41
  # Load T5-small model for evaluation
42
  models['evaluator'] = pipeline(
43
  "text2text-generation",
44
- model="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
45
  max_length=200
46
  )
47
 
 
41
  # Load T5-small model for evaluation
42
  models['evaluator'] = pipeline(
43
  "text2text-generation",
44
+ model="microsoft/DialoGPT-small",
45
  max_length=200
46
  )
47