From b4294524d26dc9d47a3c8db6083fa8ec40f358d7 Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 23 Apr 2023 08:03:39 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a8cea42..3719d3f 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,9 @@ Process anything - using language models! ## Introduction -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. +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. - -However, this project is just an experiment and you are probably better off using proper english language prompts. - -## Examples -There are 2 examples to be found in `anyproc.hpp`: - - - Translation: reasonably good translation - - Dictionary: word lookup and description capabilities