Thursday, October 24, 2024

Show HN: Infinite SCP Generator https://ift.tt/kci9GBR

Show HN: Infinite SCP Generator I work at .txt, the Outlines maintainers, and did this as a fun side project. I used Outlines to structure language model output in the format of an SCP entry. SCP entries have a specific structure. It's easy to get a language model to generate these structures via JSON without fail -- no parsing errors, no trailing commas, no missing brackets. Outlines ensures that all text generated will follow the SCP structure. We're also testing an internal structured text API, and figured this might be a good way to test out repeated, regular calls. Entries are generated at midnight and uploaded to a simple website. Check out the resulting entries here: https://ift.tt/y2KtGEW https://ift.tt/ylZvq4u October 24, 2024 at 11:46PM

No comments:

Post a Comment

Show HN: Kevin-32B – how to do multi-turn RL on writing CUDA kernels https://ift.tt/ms3dGqp

Show HN: Kevin-32B – how to do multi-turn RL on writing CUDA kernels Hey – we just published a blog post about Kevin-32B = K(ernel D)evin. I...