Spaces:
Runtime error
Runtime error
leonardlin
commited on
Commit
β’
5b2ea5a
1
Parent(s):
89eb83f
add link
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ model_name = "augmxnt/shisa-7b-v1"
|
|
14 |
|
15 |
# UI Settings
|
16 |
title = "Shisa 7B"
|
17 |
-
description = "Test out Shisa 7B in either English or Japanese. If you aren't getting the right language outputs, you can try changing the system prompt to the appropriate language. Note, we are running `load_in_4bit` to fit in 16GB of VRAM"
|
18 |
placeholder = "Type Here / γγγ«ε
₯εγγ¦γγ γγ"
|
19 |
examples = [
|
20 |
["What are the best slices of pizza in New York City?"],
|
|
|
14 |
|
15 |
# UI Settings
|
16 |
title = "Shisa 7B"
|
17 |
+
description = "Test out <a href='https://huggingface.co/augmxnt/shisa-7b-v1'>Shisa 7B</a> in either English or Japanese. If you aren't getting the right language outputs, you can try changing the system prompt to the appropriate language. Note, we are running `load_in_4bit` to fit in 16GB of VRAM."
|
18 |
placeholder = "Type Here / γγγ«ε
₯εγγ¦γγ γγ"
|
19 |
examples = [
|
20 |
["What are the best slices of pizza in New York City?"],
|