AIlexDev commited on
Commit
b7c5cb3
1 Parent(s): cab35a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -28
app.py CHANGED
@@ -200,7 +200,7 @@ def retry_last_answer(
200
  )
201
 
202
 
203
- with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) as demo:
204
  # gr.HTML("""<h1 align="center">ChatGLM2-6B-int4</h1>""")
205
  gr.HTML(
206
  """<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>To avoid the queue and for faster inference Duplicate this Space and upgrade to GPU</center>"""
@@ -319,33 +319,13 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
319
  with gr.Accordion("Example inputs", open=True):
320
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
321
  examples = gr.Examples(
322
- examples=[
323
- ["Explain the plot of Cinderella in a sentence."],
324
- [
325
- "How long does it take to become proficient in French, and what are the best methods for retaining information?"
326
- ],
327
- ["What are some common mistakes to avoid when writing code?"],
328
- ["Build a prompt to generate a beautiful portrait of a horse"],
329
- ["Suggest four metaphors to describe the benefits of AI"],
330
- ["Write a pop song about leaving home for the sandy beaches."],
331
- ["Write a summary demonstrating my ability to tame lions"],
332
- ["鲁迅和周树人什么关系"],
333
- ["从前有一头牛,这头牛后面有什么?"],
334
- ["正无穷大加一大于正无穷大吗?"],
335
- ["正无穷大加正无穷大大于正无穷大吗?"],
336
- ["-2的平方根等于什么"],
337
- ["树上有5只鸟,猎人开枪打死了一只。树上还有几只鸟?"],
338
- ["树上有11只鸟,猎人开枪打死了一只。树上还有几只鸟?提示:需考虑鸟可能受惊吓飞走。"],
339
- ["鲁迅和周树人什么关系 用英文回答"],
340
- ["以红楼梦的行文风格写一张委婉的请假条。不少于320字。"],
341
- [f"{etext} 翻成中文,列出3个版本"],
342
- [f"{etext} \n 翻成中文,保留原意,但使用文学性的语言。不要写解释。列出3个版本"],
343
- ["js 判断一个数是不是质数"],
344
- ["js 实现python 的 range(10)"],
345
- ["js 实现python 的 [*(range(10)]"],
346
- ["假定 1 + 2 = 4, 试求 7 + 8"],
347
- ["Erkläre die Handlung von Cinderella in einem Satz."],
348
- ["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch"],
349
  ],
350
  inputs=[user_input],
351
  examples_per_page=30,
 
200
  )
201
 
202
 
203
+ with gr.Blocks(title="ChatGLM2-6B-int4", theme="TogtherAI/Alex2"(text_size="sm")) as demo:
204
  # gr.HTML("""<h1 align="center">ChatGLM2-6B-int4</h1>""")
205
  gr.HTML(
206
  """<center><a href="https://huggingface.co/spaces/mikeee/chatglm2-6b-4bit?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>To avoid the queue and for faster inference Duplicate this Space and upgrade to GPU</center>"""
 
319
  with gr.Accordion("Example inputs", open=True):
320
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
321
  examples = gr.Examples(
322
+ examples = [
323
+ ["Hallo! Wie geht es dir?"],
324
+ ["Wie viele Stunden braucht ein Mensch, um einen Hubschrauber zu essen?"],
325
+ ["Du bist ein hilfreicher und ehrlicher Assistent. Antworte immer so hilfreich wie möglich. Wenn eine Frage keinen Sinn ergibt oder faktisch nicht stimmig ist, erkläre warum, anstatt etwas Falsches zu antworten. Wenn du die Antwort auf eine Frage nicht kennst, teile bitte keine falschen Informationen mit."],
326
+ ["Ich möchte, dass du als Lehrer für gesprochenes Englisch agierst und mein Englisch verbesserst. Ich werde mit dir auf Englisch sprechen und du antwortest mir auf Englisch, um mein gesprochenes Englisch zu üben. Bitte korrigiere streng meine Grammatikfehler, Tippfehler und faktischen Fehler. Stelle mir in deiner Antwort eine Frage. Jetzt lass uns üben, du könntest mir zuerst eine Frage stellen. Denke daran, meine Grammatikfehler, Tippfehler und faktischen Fehler streng zu korrigieren."],
327
+ [f"Ich möchte, dass du dich wie {{Charakter}} aus {{Serie}} verhältst. Ich möchte, dass du antwortest und reagierst wie {{Charakter}}, unter Verwendung des Tons, der Manier und des Vokabulars, das {{Charakter}} verwenden würde. Schreibe keine Erklärungen. Antworte nur wie {{Charakter}}. Du musst das gesamte Wissen von {{Charakter}} kennen."]
328
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  ],
330
  inputs=[user_input],
331
  examples_per_page=30,