This is a private learning artifact from the pretrain-data-lab-arxiv project.
It is a LoRA adapter on top of Qwen/Qwen3-0.6B, trained locally on Apple Silicon for a profile JSON SFT task:
Title + Abstract -> compact paper profile JSON
Important Status
This upload is a 20-step local smoke adapter, not a production-quality fine-tuned model.
A longer 1-epoch local run was attempted, but Apple MPS training became very slow and was interrupted after 112 optimizer steps. That interrupted run showed loss decreasing from about 2.423 to 2.125, but it did not reach a checkpoint save. The saved adapter in this repo is therefore the completed 20-step smoke run.
A small validation generation check was run on 5 examples.
metric
value
total
5
parsed JSON outputs
3
JSON parse rate
0.60
primary category accuracy
0.00
paper type accuracy
0.00
The eval outputs are included in:
text
1eval/metrics.json
2eval/predictions.jsonl
This low score is expected for a 20-step smoke adapter. The purpose of this artifact is to prove the end-to-end SFT pipeline works: data construction, chat-template rendering, LoRA training, adapter saving, generation, evaluation, and Hub upload.