Spaces:
Paused
Paused
Commit
·
6999e27
1
Parent(s):
5e1ac07
Modified app.py to correct typo in LLM name
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
api_key = os.getenv("HF_TOKEN")
|
| 5 |
|
| 6 |
def start_training():
|
| 7 |
-
os.system("python quickstart.py --model_name_or_path Qwen/Qwen3-0.
|
| 8 |
return "Evaluation completed!"
|
| 9 |
|
| 10 |
iface = gr.Interface(
|
|
|
|
| 4 |
api_key = os.getenv("HF_TOKEN")
|
| 5 |
|
| 6 |
def start_training():
|
| 7 |
+
os.system("python quickstart.py --model_name_or_path Qwen/Qwen3-0.6B --train_data_dir trl-lib/Capybara --api_key HF_TOKEN" )
|
| 8 |
return "Evaluation completed!"
|
| 9 |
|
| 10 |
iface = gr.Interface(
|