generate_full_paragraph_refine_button = gr.Button("JUTOR 段落改善建議", variant="primary") e96cc10 youngtsai commited on Jul 11, 2024
full_paragraph_refine_output_table = gr.DataFrame(label="段落改善建議", wrap=True, interactive=False) e6110ca youngtsai commited on Jul 11, 2024
refine_output_table = gr.DataFrame(label="段落改善建議", wrap=True, interactive=False) 67f304e youngtsai commited on Jul 11, 2024
points_output = gr.Textbox(label="AI 產出要點/關鍵字", visible=True, value=[]) d2e90f4 youngtsai commited on Jul 10, 2024
paragraph_correct_grammatical_spelling_errors_input = gr.Textbox(label="這是你的原始寫作內容,參考 JUTOR 的改正,你可以選擇是否修改:", show_copy_button=True) 731f9ea youngtsai commited on Jul 10, 2024
supporting_sentences_input = gr.Textbox(label="根據要點/關鍵字來寫支持句") 69c8e68 youngtsai commited on Jul 10, 2024
簡潔重申段落主旨,可以用重述主題句、摘要支持句、回應或評論主題句的方式來寫結論句(例如:強調重要性或呼籲採取行動)等方式來寫 ce5433b youngtsai commited on Jul 10, 2024
model = gr.Radio(["gpt-4-turbo", "gpt-3.5-turbo"], label="Model", value="gpt-4-turbo") 8012b3d youngtsai commited on Jul 9, 2024
past_exam_dropdown = gr.Radio(label="選擇考古題", choices=past_exam_choices) 751a32a youngtsai commited on Jul 9, 2024
with gr.Accordion("prompt 提供微調測試", open=False, elem_classes=['accordion-prompts']): d56bfcf youngtsai commited on Jul 8, 2024
past_exam_correct_grammatical_spelling_errors_prompt = gr.Textbox(label="Correct Grammatical and Spelling Errors Prompt", value=default_user_correct_grammatical_spelling_errors_prompt, lines= 20) 993b16c youngtsai commited on Jul 8, 2024
past_exam_dropdown = gr.Dropdown(label="選擇考古題", choices=past_exam_choices) bc234ab youngtsai commited on Jul 8, 2024
- if totally no more suggestions, please provide at least 2 suggestions and explain that the paragraph is another possible way to improve. 25ceb1a youngtsai commited on Jul 8, 2024
with gr.Accordion("歷程回顧", open=False) as history_accordion: 05d2f62 youngtsai commited on Jul 5, 2024