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

fix: use @ for removing the predictions

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
  # ["<$غزل$@بر دلم هر ذره داغی می توان کردن"],