Skip to content

outlines-dev/functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlines Functions 🏭

Outlines Logo

Contributors Discord Twitter

Ready-to-deploy programs written with Outlines

Contribute new functionsShare your ideas

How to use functions?

Oultines Functions 🏭 is a repository of programs written with Outlines 〰️, and that can be downloaded and executed by Outlines:

import outlines


summarizer = outlines.Function.from_github("outlines-dev/functions/src/summarization")
result = summarizer("Summarize this.")

Available functions

  • Summarization uses chain-of-density to summarize documents. Initialize the function and pass the document you need to be summarized. Import with outlines-dev/functions/src/summarization

Contribute

Outlines functions are a community effort! Have any ideas? You can open an Issue or a Pull Request on this repo. You can even store them in your own repo 😊 And come chat with us to share your work!

License

Outlines functions are open-source and licensed under the Apache License 2.0.

About

A collection of Outlines functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages