Spaces:
Running
Running
futzone
commited on
Commit
Β·
c7faa5e
1
Parent(s):
9f11a94
304903490394-3
Browse files
app.py
CHANGED
@@ -59,9 +59,8 @@ def fine_tune(model_id, dataset_path):
|
|
59 |
return "β
Fine-tuning tugadi!"
|
60 |
|
61 |
|
62 |
-
|
63 |
-
|
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...")
|