Learn R Programming

mall

Run multiple LLM predictions against a data frame. The predictions are processed row-wise over a specified column. It works using a pre-determined one-shot prompt, along with the current row’s content. mall is now available in both R and Python.

To find out how to install and use, or just to learn more about it, please visit the official website: https://mlverse.github.io/mall/

Copy Link

Version

Install

install.packages('mall')

Monthly Downloads

652

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Edgar Ruiz

Last Published

October 24th, 2024

Functions in mall (0.1.0)

llm_custom

Send a custom prompt to the LLM
llm_use

Specify the model to use
reviews

Mini reviews data set
llm_extract

Extract entities from text
llm_translate

Translates text to a specific language
llm_verify

Verify if a statement about the text is true or not
llm_summarize

Summarize text
llm_sentiment

Sentiment analysis
llm_classify

Categorize data as one of options given
m_backend_prompt

Functions to integrate different back-ends