menouar commited on
Commit
e2f32aa
β€’
1 Parent(s): 784cc97

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +4 -3
  2. app.py +1 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: LLM FineTuning Notebook Generator
3
- emoji: 😻
4
  colorFrom: gray
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.20.1
8
  app_file: app.py
@@ -10,4 +10,5 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
  title: LLM FineTuning Notebook Generator
3
+ emoji: πŸ› οΈπŸ§ 
4
  colorFrom: gray
5
+ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.20.1
8
  app_file: app.py
 
10
  license: apache-2.0
11
  ---
12
 
13
+ ## UI-Guided LLM FineTuning Jupyter Notebook Generator πŸ› οΈπŸ§ 
14
+ Generating a **Jupyter Notebook file (.ipynb)** πŸ“”βš™οΈ for **finetuning** a Large Language Model (**LLM**) 🎚️🧠 on a chosen dataset (**ChatML Format**) and configured parameters, guided by an intuitive **User Interface (UI)** πŸ‘†πŸ’».
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(text_size='lg', font=["monospace"],
216
  gr.Label("UI-Guided LLM FineTuning Jupyter Notebook Generator πŸ› οΈπŸ§ ", show_label=False)
217
  gr.Markdown(
218
  'Generating a **Jupyter Notebook file (.ipynb)** πŸ“”βš™οΈ for **finetuning** a Large Language Model (**LLM**) '
219
- '🎚️🧠 on a chosen dataset and configured parameters, guided by an intuitive User Interface (UI) πŸ‘†πŸ’».',
220
  elem_classes=["center_text"])
221
 
222
  all_components: Set[Component] = set()
 
216
  gr.Label("UI-Guided LLM FineTuning Jupyter Notebook Generator πŸ› οΈπŸ§ ", show_label=False)
217
  gr.Markdown(
218
  'Generating a **Jupyter Notebook file (.ipynb)** πŸ“”βš™οΈ for **finetuning** a Large Language Model (**LLM**) '
219
+ '🎚️🧠 on a chosen dataset (**ChatML Format**) and configured parameters, guided by an intuitive **User Interface (UI)** πŸ‘†πŸ’».',
220
  elem_classes=["center_text"])
221
 
222
  all_components: Set[Component] = set()