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
| .PHONY: install validate config artifacts preflight smoke sft dpo all evaluate demo | |
| install: | |
| pip install -r requirements.txt | |
| pip install -e . | |
| validate: | |
| python tests/test_static.py | |
| python scripts/show_config.py | |
| config: | |
| python scripts/show_config.py | |
| artifacts: | |
| python scripts/check_artifacts.py | |
| preflight: | |
| python scripts/preflight_gpu.py | |
| smoke: | |
| python scripts/smoke_test.py | |
| sft: | |
| python scripts/train_sft.py | |
| dpo: | |
| python scripts/train_dpo.py | |
| evaluate: | |
| python scripts/evaluate.py --model_id krystv/nomen-ai-dpo-lora --base_model Qwen/Qwen2.5-1.5B-Instruct | |
| all: | |
| bash scripts/train_all_colab.sh | |
| demo: | |
| @echo "CPU demo: https://huggingface.co/spaces/krystv/nomen-ai-demo" | |
| @echo "Model-backed app template: spaces/app_model_backed.py" | |