code-tape
Collection
3 items • Updated
LoRA adapter for the code-tape browser-local subtitle postprocessor. It is trained to correct ASR subtitles for frontend/code terminology and generate playback chapter jump points.
Input messages contain:
context: file name, code/runtime snippets, and glossary.inputSegments: subtitle id and text only.timeline: subtitle id, startMs, and endMs.Output must be one JSON object:
{"segments":[{"id":"subtitle-1","text":"这里用 useState 维护 count"}],"chapters":[{"title":"状态设计","startMs":0,"endMs":1000}]}
segments should be sparse and contain only changed subtitles.
HuggingFaceTB/SmolLM2-135M-InstructBase model
HuggingFaceTB/SmolLM2-135M