Update app.py
Browse files
app.py
CHANGED
@@ -6,12 +6,12 @@ from datetime import datetime
|
|
6 |
import os
|
7 |
|
8 |
|
9 |
-
Title = """# Welcome to 🌟Tonic's 🌠Lucie-7B-Instruct Demo"""
|
10 |
|
11 |
description = """
|
12 |
-
🌠Lucie-7B-Instruct is a fine-tuned version of [Lucie-7B](https://huggingface.co/OpenLLM-France/Lucie-7B), an open-source, multilingual causal language model created by OpenLLM-France.
|
13 |
|
14 |
-
🌠Lucie-7B-Instruct is fine-tuned on synthetic instructions produced by ChatGPT and Gemma and a small set of customized prompts about OpenLLM and Lucie.
|
15 |
"""
|
16 |
|
17 |
training = """
|
|
|
6 |
import os
|
7 |
|
8 |
|
9 |
+
Title = """# Welcome to 🌟Tonic's 🌠Lucie-7B-Instruct-v1.1 Demo"""
|
10 |
|
11 |
description = """
|
12 |
+
[🌠Lucie-7B-Instruct-v1.1](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1) is a fine-tuned version of 🌠Lucie-7B, an open-source, multilingual causal language model created by OpenLLM-France. It is meant to replace the original Lucie-7B-Instruct model that was released in January 2025. 🌠Lucie-7B-1.1-Instruct is a fine-tuned version of [🌠Lucie-7B](https://huggingface.co/OpenLLM-France/Lucie-7B), an open-source, multilingual causal language model created by OpenLLM-France.
|
13 |
|
14 |
+
🌠Lucie-7B-Instruct-v1.1 is fine-tuned on synthetic instructions produced by ChatGPT and Gemma and a small set of customized prompts about OpenLLM and Lucie.
|
15 |
"""
|
16 |
|
17 |
training = """
|