vpcom commited on
Commit
b195cad
·
1 Parent(s): fc65b71

fix: more stopping criteria

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ else:
54
  prompt_dict = dict(sorted(prompt_dict.items(), key=lambda x: x[1], reverse=True))
55
  examples = [[x] for x in prompt_dict.keys()]
56
 
57
- stop_sequences = [":پایان","@","<|endoftext|>"]
58
 
59
  # examples = [
60
  # ["<$غزل$@بر دلم هر ذره داغی می توان کردن"],
 
54
  prompt_dict = dict(sorted(prompt_dict.items(), key=lambda x: x[1], reverse=True))
55
  examples = [[x] for x in prompt_dict.keys()]
56
 
57
+ stop_sequences = [":پایان","@","#","$","<|endoftext|>"]
58
 
59
  # examples = [
60
  # ["<$غزل$@بر دلم هر ذره داغی می توان کردن"],