Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def predict(message, chatbot, temperature=0.9, max_new_tokens=512, top_p=0.6, re
|
|
138 |
gr.Warning(f"KeyError: {e} occurred for token entry: {token_entry}")
|
139 |
continue
|
140 |
|
141 |
-
title = "Llama-2 ๋ชจ๋ธ ๊ด๋ จ ๋
ผ๋ฌธ
|
142 |
description = """Chat history ์ ์ง ๋ณด๋ค๋ QA์ ์ถฉ์คํ๋๋ก ์ ์๋์์ผ๋ฏ๋ก Single turn์ผ๋ก ํ์ฉ ํ์ฌ ์ฃผ์ธ์. Default๋ก Llama-2 70b ๋ชจ๋ธ๋ก ์ค์ ๋์ด ์์ผ๋ GPU ์๋น์ค ํ๋ ์ด๊ณผ๋ก Error๊ฐ ๋ฐ์ํ ์ ์์ผ๋ ์ํด๋ถํ๋๋ฆฌ๋ฉฐ, ํ๋ฉด ํ๋จ์ ๋ชจ๋ธ ๋ณ๊ฒฝ/๋ก๋ฉํ์์ด ๋ค๋ฅธ ๋ชจ๋ธ๋ก ๋ณ๊ฒฝํ์ฌ ์ฌ์ฉ์ ๋ถํ๋๋ฆฝ๋๋ค. (๋ค๋ง, Llama-2 70b๊ฐ ๊ฐ์ฅ ์ ํํ์ค๋ ์ฐธ๊ณ ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.) """
|
143 |
css = """.toast-wrap { display: none !important } """
|
144 |
examples=[['Can you tell me about the llama-2 model?'],['What is percent accuracy, using the SPP layer as features on the SPP (ZF-5) model?'], ["How much less accurate is using the SPP layer as features on the SPP (ZF-5) model compared to using the same model on the undistorted full image?"], ["tell me about method for human pose estimation based on DNNs"]]
|
|
|
138 |
gr.Warning(f"KeyError: {e} occurred for token entry: {token_entry}")
|
139 |
continue
|
140 |
|
141 |
+
title = "Llama-2 ๋ชจ๋ธ ๊ด๋ จ ๋
ผ๋ฌธ Generative QA (with RAG) ์๋น์ค (Llama-2-70b ๋ชจ๋ธ ๋ฑ ํ์ฉ)"
|
142 |
description = """Chat history ์ ์ง ๋ณด๋ค๋ QA์ ์ถฉ์คํ๋๋ก ์ ์๋์์ผ๋ฏ๋ก Single turn์ผ๋ก ํ์ฉ ํ์ฌ ์ฃผ์ธ์. Default๋ก Llama-2 70b ๋ชจ๋ธ๋ก ์ค์ ๋์ด ์์ผ๋ GPU ์๋น์ค ํ๋ ์ด๊ณผ๋ก Error๊ฐ ๋ฐ์ํ ์ ์์ผ๋ ์ํด๋ถํ๋๋ฆฌ๋ฉฐ, ํ๋ฉด ํ๋จ์ ๋ชจ๋ธ ๋ณ๊ฒฝ/๋ก๋ฉํ์์ด ๋ค๋ฅธ ๋ชจ๋ธ๋ก ๋ณ๊ฒฝํ์ฌ ์ฌ์ฉ์ ๋ถํ๋๋ฆฝ๋๋ค. (๋ค๋ง, Llama-2 70b๊ฐ ๊ฐ์ฅ ์ ํํ์ค๋ ์ฐธ๊ณ ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.) """
|
143 |
css = """.toast-wrap { display: none !important } """
|
144 |
examples=[['Can you tell me about the llama-2 model?'],['What is percent accuracy, using the SPP layer as features on the SPP (ZF-5) model?'], ["How much less accurate is using the SPP layer as features on the SPP (ZF-5) model compared to using the same model on the undistorted full image?"], ["tell me about method for human pose estimation based on DNNs"]]
|