Spaces:
Sleeping
Sleeping
RamAnanth1
commited on
Commit
•
43021b7
1
Parent(s):
ec187f6
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ css = ".generating {visibility: hidden}"
|
|
37 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
38 |
with gr.Column():
|
39 |
gr.Markdown(
|
40 |
-
""" ## Dolly 2.0
|
41 |
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)
|
42 |
|
43 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
|
|
37 |
with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
38 |
with gr.Column():
|
39 |
gr.Markdown(
|
40 |
+
""" ## Dolly 2.0: World's First Truly Open Instruction-Tuned LLM
|
41 |
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)
|
42 |
|
43 |
Type in the box below and click the button to generate answers to your most pressing questions!
|