Emalawi19 commited on
Commit
dce0d5c
·
verified ·
1 Parent(s): a9b5655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ G47 CHINKWENDE:"""
38
 
39
  output_ids = model.generate(
40
  inputs["input_ids"],
41
- max_new_tokens=500,
42
  do_sample=True,
43
  temperature=0.7,
44
  top_p=0.9,
 
38
 
39
  output_ids = model.generate(
40
  inputs["input_ids"],
41
+ max_new_tokens=50,
42
  do_sample=True,
43
  temperature=0.7,
44
  top_p=0.9,