Spaces:
Runtime error
Runtime error
fix: more stopping criteria
Browse files
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 |
# ["<$غزل$@بر دلم هر ذره داغی می توان کردن"],
|