Spaces:
Running
Running
Update hf_jobs_train.py
Browse filesUpdated the docstring to clarify the purpose of the script.
- hf_jobs_train.py +0 -1
hf_jobs_train.py
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
HF Jobs training script — run via https://huggingface.co/docs/hub/spaces-run-jobs
|
| 3 |
Trains Llama-3.1-8B on financial audit tasks using Unsloth + TRL GRPO.
|
| 4 |
"""
|
| 5 |
-
|
| 6 |
import os
|
| 7 |
import gc
|
| 8 |
import json
|
|
|
|
| 2 |
HF Jobs training script — run via https://huggingface.co/docs/hub/spaces-run-jobs
|
| 3 |
Trains Llama-3.1-8B on financial audit tasks using Unsloth + TRL GRPO.
|
| 4 |
"""
|
|
|
|
| 5 |
import os
|
| 6 |
import gc
|
| 7 |
import json
|