Spaces:
Runtime error
Runtime error
Commit
·
1424ecd
1
Parent(s):
7bd3786
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
|
| 34 |
with gr.Column():
|
| 35 |
gr.Markdown(
|
| 36 |
""" ## Dolly 2.0
|
| 37 |
-
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
|
| 38 |
|
| 39 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
| 40 |
|
|
|
|
| 34 |
with gr.Column():
|
| 35 |
gr.Markdown(
|
| 36 |
""" ## Dolly 2.0
|
| 37 |
+
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)
|
| 38 |
|
| 39 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
| 40 |
|