Commit
·
ed26cb6
1
Parent(s):
ef0a625
licence compliance
Browse files
app.py
CHANGED
@@ -123,15 +123,21 @@ with gr.Blocks() as demo:
|
|
123 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
|
124 |
with gr.Column():
|
125 |
gr.Markdown(
|
126 |
-
"""
|
|
|
|
|
127 |
|
128 |
**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|
129 |
|
|
|
|
|
|
|
|
|
130 |
🧪 Falcon in the futuremay improved datasets.
|
131 |
|
132 |
👀 **Learn more about Falcon LLM:** [falconllm.tii.ae](https://falconllm.tii.ae/)
|
133 |
|
134 |
-
➡️️ **Intended Use**: this demo is intended to showcase an early finetuning of [Falcon-180B](https://huggingface.co/tiiuae/falcon-180b), to illustrate the impact (and limitations) of finetuning on a dataset of conversations and instructions.
|
135 |
|
136 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|
137 |
"""
|
|
|
123 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
|
124 |
with gr.Column():
|
125 |
gr.Markdown(
|
126 |
+
"""
|
127 |
+
# Falcon-180B x EDUHK AIDCEC
|
128 |
+
💓 “Falcon-180B x EDUHK AIDCEC" is built using Falcon LLM technology from the Technology Innovation Institute.
|
129 |
|
130 |
**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|
131 |
|
132 |
+
✨ This is powered by [Falcon-180B](https://huggingface.co/tiiuae/falcon-180B) and finetuned on a mixture of [Ultrachat](https://huggingface.co/datasets/stingning/ultrachat), [Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) and [Airoboros](https://huggingface.co/datasets/jondurbin/airoboros-2.1). [Falcon-180B](https://huggingface.co/tiiuae/falcon-180b) is a state-of-the-art large language model built by the [Technology Innovation Institute](https://www.tii.ae) in Abu Dhabi.
|
133 |
+
|
134 |
+
💁It is trained on 3.5 trillion tokens (including [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb)) and available under the [Falcon-180B TII License](https://huggingface.co/spaces/tiiuae/falcon-180b-license/blob/main/LICENSE.txt).
|
135 |
+
|
136 |
🧪 Falcon in the futuremay improved datasets.
|
137 |
|
138 |
👀 **Learn more about Falcon LLM:** [falconllm.tii.ae](https://falconllm.tii.ae/)
|
139 |
|
140 |
+
➡️️ **Intended Use**: this demo is intended to showcase an early finetuning of [Falcon-180B](https://huggingface.co/tiiuae/falcon-180b), to illustrate the impact (and limitations) of finetuning on a dataset of conversations and instructions. They encourage the community to further build upon the base model, and to create even better instruct/chat versions!
|
141 |
|
142 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|
143 |
"""
|