Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google-research/cascades

Python library which enables complex compositions of language models such as scratchpads, chain of thought, tool use, selection-inference, and more.
https://github.com/google-research/cascades

Last synced: 5 days ago
JSON representation

Python library which enables complex compositions of language models such as scratchpads, chain of thought, tool use, selection-inference, and more.

Awesome Lists containing this project

README

        

# Cascades

*This is not an officially supported Google product*

Python library which enables complex compositions of language models such as
scratchpads, chain of thought, tool use, selection-inference, and more.

Implemented as a universal trace-based probabilistic programming library
embedded in Python.

Code to complement paper: https://arxiv.org/abs/2207.10342.