Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ today = date.today()
|
|
12 |
|
13 |
TITLE = "<h1><center>Falcon-E-3B-Instruct playground</center></h1>"
|
14 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|
15 |
-
SUB_SUB_TITLE = "<h2><center>Try out also <a href='https://chat.falconllm.tii.ae/'>our demo</a> powered by <a href='https://www.openinnovation.ai/'>OpenInnovation AI</a> </center></h2>"
|
16 |
|
17 |
|
18 |
SYSTEM_PROMPT = f"""You are Falcon-Edge, a Language Model (LLM) with weights ternary format (leveraging Bitnet architecture) created by the Technology Innovation Institute (TII) a global leading research institution based in Abu Dhabi, UAE. The current date is {today}.
|
|
|
12 |
|
13 |
TITLE = "<h1><center>Falcon-E-3B-Instruct playground</center></h1>"
|
14 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|
15 |
+
SUB_SUB_TITLE = "<h2><center>Try out also <a href='https://chat.falconllm.tii.ae/'>our demo</a> powered by <a href='https://www.openinnovation.ai/'>OpenInnovation AI</a> based on the bfloat16 variant of the model </center></h2>"
|
16 |
|
17 |
|
18 |
SYSTEM_PROMPT = f"""You are Falcon-Edge, a Language Model (LLM) with weights ternary format (leveraging Bitnet architecture) created by the Technology Innovation Institute (TII) a global leading research institution based in Abu Dhabi, UAE. The current date is {today}.
|