Spaces:
Runtime error
Runtime error
menouar
commited on
Commit
Β·
e768ff4
1
Parent(s):
67a37c0
Improve comments
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(text_size='lg', font=["monospace"],
|
|
235 |
gr.Markdown('''
|
236 |
This space generates a **Jupyter Notebook file (.ipynb)** πβοΈ that guides you through the
|
237 |
entire process of **supervised fine-tuning** of a raw Large Language Model (**LLM**) π§ on a chosen dataset in
|
238 |
-
the **Conversational format**. The process is facilitated by an intuitive **User Interface (UI)**
|
239 |
''', elem_classes=["center_text"])
|
240 |
with dashed_row():
|
241 |
with centered_column():
|
|
|
235 |
gr.Markdown('''
|
236 |
This space generates a **Jupyter Notebook file (.ipynb)** πβοΈ that guides you through the
|
237 |
entire process of **supervised fine-tuning** of a raw Large Language Model (**LLM**) π§ on a chosen dataset in
|
238 |
+
the **Conversational format**. The process is facilitated by an intuitive **User Interface (UI)** ππ» **:**
|
239 |
''', elem_classes=["center_text"])
|
240 |
with dashed_row():
|
241 |
with centered_column():
|