Instructions to use krystv/nomen-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use krystv/nomen-ai with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "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" | |
| } | |