youngtsai commited on
Commit
e2c0d62
·
1 Parent(s): bc8513b

# 整體評分:(🔴?🟡?🟢?)

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -2836,7 +2836,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
2836
  3. please use Chinese language (ZH-TW) to evaluate the paragraph and output use JSON format:
2837
 
2838
  EXAMPLE:
2839
- # 整體評分:(紅?黃?綠?)
2840
 
2841
  # 綜合回饋
2842
  你的文章...............(寫出一段話,來總結這篇作文的好壞)
@@ -2933,8 +2933,6 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
2933
  default_user_generate_chinese_full_paragraph_refine_evaluate_prompt = """
2934
  # 請嚴格根據 instructions
2935
  我給你兩篇文章,請進行比較跟批改,並給出建議。
2936
-
2937
- # Check if it is a reasonable essay or paragraph before grading
2938
  1. 先檢查是否是合理的作文或是段落,再進行評分
2939
  2. 請確保作文或段落的內容完整,並且符合中文語法
2940
  3. 如果是一篇亂打的文章請直接給予回饋:「這篇文章內容不完整,無法進行評分。」
@@ -2946,7 +2944,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
2946
  3. please use Chinese language (ZH-TW) to evaluate the paragraph and output use JSON format:
2947
 
2948
  EXAMPLE:
2949
- # 整體評分: (紅?黃?綠?)
2950
 
2951
  # 綜合回饋(前後比較)
2952
  你的文章...............(寫出一段話,比較兩篇作文的差異)
 
2836
  3. please use Chinese language (ZH-TW) to evaluate the paragraph and output use JSON format:
2837
 
2838
  EXAMPLE:
2839
+ # 整體評分:(🔴?🟡?🟢?)
2840
 
2841
  # 綜合回饋
2842
  你的文章...............(寫出一段話,來總結這篇作文的好壞)
 
2933
  default_user_generate_chinese_full_paragraph_refine_evaluate_prompt = """
2934
  # 請嚴格根據 instructions
2935
  我給你兩篇文章,請進行比較跟批改,並給出建議。
 
 
2936
  1. 先檢查是否是合理的作文或是段落,再進行評分
2937
  2. 請確保作文或段落的內容完整,並且符合中文語法
2938
  3. 如果是一篇亂打的文章請直接給予回饋:「這篇文章內容不完整,無法進行評分。」
 
2944
  3. please use Chinese language (ZH-TW) to evaluate the paragraph and output use JSON format:
2945
 
2946
  EXAMPLE:
2947
+ # 整體評分: (🔴?🟡?🟢?)
2948
 
2949
  # 綜合回饋(前後比較)
2950
  你的文章...............(寫出一段話,比較兩篇作文的差異)