Text Generation
PEFT
lora
trl
naming
brand-generation
controllable-generation
nomen-ai / project_status.json
krystv's picture
Add machine-readable project status
2f70cc9 verified
{
"project": "Nomen-AI",
"last_updated": "2026-06-02",
"overall_status": "pipeline_ready_gpu_training_blocked",
"completed": [
"research",
"architecture_design",
"sft_dataset",
"dpo_dataset",
"modular_codebase",
"colab_notebooks",
"training_scripts",
"dpo_scripts",
"inference_engine",
"anti_duplication_matrix",
"cpu_validation",
"gpu_preflight_script",
"artifact_checker",
"adapter_card_updater",
"demo_space_cpu_fallback",
"docker_gpu_path",
"makefile",
"research_docs",
"citation_and_license",
"release_manifest",
"blocker_attestation"
],
"pending_blocked": [
{
"id": 6,
"task": "GPU smoke test SFT",
"status": "blocked",
"reason": "GPU/HF Jobs execution repeatedly rejected; no adapter weights present"
},
{
"id": 7,
"task": "Launch full SFT job",
"status": "blocked",
"reason": "HF Jobs execution rejected"
},
{
"id": 8,
"task": "DPO anti-generic phase",
"status": "blocked",
"reason": "Requires SFT adapter weights from full SFT run"
}
],
"artifact_state": {
"sft_adapter_repo": "initialized_no_weights",
"dpo_adapter_repo": "initialized_no_weights",
"expected_weight_file": "adapter_model.safetensors"
},
"unblock_command": "bash scripts/train_all_colab.sh"
}