mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-12-17 11:57:34 +00:00
Process anything - using language models!
| examples | ||
| include | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| LICENSE | ||
| pybind.cpp | ||
| README.md | ||
anyproc
Process anything - using language models!
Introduction
This project is a collection of justlm inherited classes to do things like Translation or even looking up descriptions for words in a Dictionary.
PyEval
With PyEval, this project presents the amazing way of using Python expressions to tell a language model what to do! While being mostly targeted at LLaMa it should be easily portable to other language models through the libjustlm abstraction.
It mostly works zero-shot (so without giving it any "examples" at all), however to achieve the best possible performance, it is recommeded to do few-shotting.