ReLLM: Exact Structure for Large Language Model Completions

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rellm

    Exact structure out of any language model completion.

  • There's probably a better API that wraps generate, but there's a bit more work than the logit mask.

    You have to go one token at a time, otherwise the masking becomes combinatoric rather than linear (two tokens at a time -- need to generate all two token pairs, etc.).

    But otherwise, that's what the code does! https://github.com/r2d4/rellm/blob/main/rellm/rellm.py#L21

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Forcing GPT-4 or GPT-3.5-turbo to adhere to a specific output format

    1 project | /r/PromptEngineering | 27 May 2023
  • GitHub - r2d4/rellm: Exact structure out of any language model completion.

    1 project | /r/integratedai | 25 May 2023
  • AI Showdown: Wizard Vicuna vs. Stable Vicuna, GPT-4 as the judge (test in comments)

    2 projects | /r/LocalLLaMA | 11 May 2023
  • GitHub - r2d4/rellm: Exact structure out of any language model completion.

    1 project | /r/programming | 7 May 2023
  • Recipes to align LLMs with AI feedback

    1 project | news.ycombinator.com | 3 Mar 2024