futzone commited on
Commit
c7faa5e
Β·
1 Parent(s): 9f11a94

304903490394-3

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -59,9 +59,8 @@ def fine_tune(model_id, dataset_path):
59
  return "βœ… Fine-tuning tugadi!"
60
 
61
 
62
- # πŸ“Œ UI
63
- model_id = st.text_input("Model ID (masalan: qahorov/Llama-3-1-8B-Uzbek)", "qahorov/Llama-3-1-8B-Uzbek")
64
- dataset_path = st.text_input("Dataset path (masalan: datasets/train.json)", "datasets/train.json")
65
 
66
  if st.button("πŸš€ Start Fine-Tuning"):
67
  st.warning("Fine-tuning boshlandi! Bu vaqt oladi...")
 
59
  return "βœ… Fine-tuning tugadi!"
60
 
61
 
62
+ model_id = st.text_input("Model ID", "behbudiy/Llama-3.1-8B-Instuct-Uz")
63
+ dataset_path = st.text_input("Dataset path", "app/datasets/train.json")
 
64
 
65
  if st.button("πŸš€ Start Fine-Tuning"):
66
  st.warning("Fine-tuning boshlandi! Bu vaqt oladi...")