Spaces:
Runtime error
Runtime error
Commit
·
8ca96c0
1
Parent(s):
ff6879e
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ css = ".generating {visibility: hidden}"
|
|
44 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
45 |
with gr.Column():
|
46 |
gr.Markdown(
|
47 |
-
""" ## Dolly 2.0
|
48 |
Dolly 2.0 is a 12B parameter language model based on the EleutherAI pythia model family and fine-tuned exclusively on a new, high-quality human generated instruction following dataset, crowdsourced among Databricks employees. For more details, please refer to the [model card](https://huggingface.co/databricks/dolly-v2-12b)
|
49 |
|
50 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
|
|
44 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
45 |
with gr.Column():
|
46 |
gr.Markdown(
|
47 |
+
""" ## Dolly 2.0
|
48 |
Dolly 2.0 is a 12B parameter language model based on the EleutherAI pythia model family and fine-tuned exclusively on a new, high-quality human generated instruction following dataset, crowdsourced among Databricks employees. For more details, please refer to the [model card](https://huggingface.co/databricks/dolly-v2-12b)
|
49 |
|
50 |
Type in the box below and click the button to generate answers to your most pressing questions!
|