Spaces:
Running
Running
Julien Launay
commited on
Commit
β’
c54578a
1
Parent(s):
bf0d6fc
:sparkles: Add H4 team info
Browse files
app.py
CHANGED
@@ -183,9 +183,9 @@ def get_demo(client: Client):
|
|
183 |
gr.Markdown(
|
184 |
"""**Chat with [Falcon-40B-Instruct](https://huggingface.co/tiiuae/falcon-40b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
|
185 |
|
186 |
-
β¨ This demo is powered by [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b), finetuned on the [Baize](https://github.com/project-baize/baize-chatbot) dataset. [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) is a state-of-the-art large language model built by the [Technology Innovation Institute](https://www.tii.ae) in Abu Dhabi. It is trained on 1 trillion tokens (including [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb)) and available under the Apache 2.0 license. It currently holds the π₯ 1st place on the [π€ Open LLM leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
|
187 |
|
188 |
-
π§ͺ This is only a **first experimental preview**:
|
189 |
|
190 |
π **Learn more about Falcon LLM:** [falconllm.tii.ae](https://falconllm.tii.ae/)
|
191 |
|
|
|
183 |
gr.Markdown(
|
184 |
"""**Chat with [Falcon-40B-Instruct](https://huggingface.co/tiiuae/falcon-40b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
|
185 |
|
186 |
+
β¨ This demo is powered by [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b), finetuned on the [Baize](https://github.com/project-baize/baize-chatbot) dataset. [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) is a state-of-the-art large language model built by the [Technology Innovation Institute](https://www.tii.ae) in Abu Dhabi. It is trained on 1 trillion tokens (including [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb)) and available under the Apache 2.0 license. It currently holds the π₯ 1st place on the [π€ Open LLM leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). This demo is made available by the [HuggingFace H4 team](https://huggingface.co/HuggingFaceH4).
|
187 |
|
188 |
+
π§ͺ This is only a **first experimental preview**: the [H4 team](https://huggingface.co/HuggingFaceH4) intends to provide increasingly capable versions of Falcon Chat in the future, based on improved datasets and RLHF/RLAIF.
|
189 |
|
190 |
π **Learn more about Falcon LLM:** [falconllm.tii.ae](https://falconllm.tii.ae/)
|
191 |
|