Skip to main content
GitHub 저장소

nano

nano에는 diskrotrepo에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
8
Stars
4
업데이트
2026-08-02
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

serve-model
소프트웨어 개발자

Serve nano inference locally or on Modal and exercise the generation endpoints. Use this skill when the user wants to run the server, generate or extend audio from a checkpoint, cover a hummed melody, deploy the inference API, or test /generate /extend /cover with text, lyrics, melody, or style conditioning.

2026-08-02
add-songs
소프트웨어 개발자

Add MP3s to the nano training corpus and run them through the full data-prep pipeline (upload, prepare, tokenize, optional melody/auto-tag/transcribe/ structure/key-detect, phonemize, pack). Use this skill when the user wants to add training data, ingest songs, build or grow the corpus, prepare data for training, run tokenize/melody/pack/tag/transcribe/structure/phonemize, or asks how to get their MP3s into the model.

2026-07-12
eval-checkpoint
데이터 과학자

Evaluate a nano checkpoint and pick the right diagnostic for the question. Use this skill when the user wants to evaluate a checkpoint, score sample quality (CLAP / spectral / silence / onset), check overfitting (train vs val), decide whether lyric conditioning is worth the compute, sweep sampling parameters, check genre coverage, or sanity-check DAC codec fidelity.

2026-07-12
eval-lyrics
데이터 과학자

Audit and evaluate nano's lyric data and lyric conditioning. Use this skill when the user wants to analyze the lyric dataset, check transcribe/phonemize coverage or backfill progress, measure the Whisper-hallucination rate, see the vocal-gender or word-count distribution, decide whether the lyric filter should run, or evaluate whether a checkpoint actually sings the words.

2026-07-12
eval-training-data
데이터 과학자

Audit the health of nano's training data before a run — corpus size vs the scale rails, per-stream conditioning coverage (tags / structure / keys / lyrics / phonemes / melody), song-duration distribution, and tag/genre spread. Use this skill when the user wants to check whether the data is ready to train, see how many songs have each conditioning stream, check melody or phoneme coverage, audit corpus size, or find what data prep is still missing. For the lyric corpus specifically use eval-lyrics; for a trained checkpoint use eval-checkpoint.

2026-07-12
eval-training-run
데이터 과학자

Evaluate the health of a LIVE nano training run from its Modal logs — loss trajectory vs the random floor, per-codebook convergence order, val-checkup trend and strikes, throughput stability, ETA, and infra noise triage. Use this skill when the user asks "how is training going", "is the run healthy", "evaluate the training run", "is it diverging", or wants an ETA to a step count. For evaluating a finished CHECKPOINT (sample quality, WER, overfitting) use eval-checkpoint instead; for launching/resuming runs use train-model.

2026-07-12
run-tests
소프트웨어 품질 보증 분석가·테스터

Run the nano pytest suite correctly. Use this skill when the user wants to run the tests, run a specific test file, run or skip the slow benchmark tests, or is writing or debugging a test and needs the fixtures and conventions.

2026-07-12
train-model
소프트웨어 개발자

Launch, monitor, resume, and pull checkpoints for nano training — local pipeline-validation runs and Modal multi-GPU (B200:4) DDP full runs. Use this skill when the user wants to train, start or resume a training run, kick off Modal training, read or diagnose training logs, check tok/s or per-codebook loss, or extract and download a checkpoint from the volume.

2026-07-12