No description
Find a file
2026-03-20 08:28:47 +01:00
backend new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
benchmarking new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
datasets score prompts 2026-02-13 22:20:06 +00:00
frontend first commit 2026-03-20 10:09:42 +03:00
prompts add scoring 2026-02-20 21:31:29 +00:00
public add scoring 2026-02-20 21:31:29 +00:00
train new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
.env.example initial 2026-02-05 22:13:55 +03:00
.gitignore new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
chainlit.md add scoring 2026-02-20 21:31:29 +00:00
chat_app.py add scoring 2026-02-20 21:31:29 +00:00
docker-compose-old.yaml new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
docker-compose.yaml new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
Dockerfile new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
Dockerfile.chat first commit 2026-02-11 14:42:43 +00:00
Dockerfile.frontend new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
inference_qwen3_lora.py new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
nginx.conf new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
README.md add scoring 2026-02-20 21:31:29 +00:00
requirements-chat.txt first commit 2026-02-11 14:42:43 +00:00
requirements.txt new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
serve_qwen3_lora.sh new_ui: backend, frontend, benchmarking, docker, train scripts (without output artifacts) 2026-03-20 00:17:09 +00:00
ui.py initial 2026-02-05 22:13:55 +03:00

Lyrics Generator service and LLM prompts

Запуск приложения и модели

docker compose up -d

Отдельные скрипты

uv venv
source .venv/bin/activate
uv pip install -r requirements.txt