Spaces:
Runtime error
Runtime error
Update fine_tune.py
Browse files- fine_tune.py +1 -1
fine_tune.py
CHANGED
|
@@ -15,7 +15,7 @@ from trl import SFTTrainer
|
|
| 15 |
|
| 16 |
|
| 17 |
base_model_name = "unsloth/llama-3-8b-Instruct-bnb-4bit"
|
| 18 |
-
output_dir = "
|
| 19 |
|
| 20 |
dataset_path = "dataset.jsonl"
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
base_model_name = "unsloth/llama-3-8b-Instruct-bnb-4bit"
|
| 18 |
+
output_dir = "/tmp/fine_tuning"
|
| 19 |
|
| 20 |
dataset_path = "dataset.jsonl"
|
| 21 |
|