Package: mall 0.2.0.9000

mall: Run Multiple Large Language Model Predictions Against a Table, or Vectors
Run multiple 'Large Language Model' predictions against a table. The predictions run row-wise over a specified column. It works using a one-shot prompt, along with the current row's content. The prompt that is used will depend of the type of analysis needed.
Authors:
mall_0.2.0.9000.tar.gz
mall_0.2.0.9000.zip(r-4.6)mall_0.2.0.9000.zip(r-4.5)
mall_0.2.0.9000.tgz(r-4.6-any)mall_0.2.0.9000.tgz(r-4.5-any)
mall_0.2.0.9000.tar.gz(r-4.6-any)
mall_0.2.0.9000.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mall/json (API)
NEWS
| # Install 'mall' in R: |
| install.packages('mall', repos = c('https://mlverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mlverse/mall/issues
- reviews - Mini reviews data set
data-sciencedplyrllmpolarspython
Last updated from:32098bb32d. Checks:9 OK. Indexed: yes.
A new build is currently in progress.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 170 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-devel-arm64 | OK | 83 | ||
| macos-release-arm64 | OK | 96 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 119 |
Exports:llm_classifyllm_customllm_extractllm_sentimentllm_summarizellm_translatellm_usellm_vec_classifyllm_vec_customllm_vec_extractllm_vec_sentimentllm_vec_summarizellm_vec_translatellm_vec_verifyllm_verifym_backend_promptm_backend_submit
Dependencies:askpassbase64encclicorocrayoncurldplyrellmerfastmapfsgenericsgluehttr2jsonlitelaterlifecyclemagrittrollamaropensslotelpillarpkgconfigpromisesR6rappdirsRcpprlangS7systibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Categorize data as one of options given | llm_classify llm_vec_classify |
| Send a custom prompt to the LLM | llm_custom llm_vec_custom |
| Extract entities from text | llm_extract llm_vec_extract |
| Sentiment analysis | llm_sentiment llm_vec_sentiment |
| Summarize text | llm_summarize llm_vec_summarize |
| Translates text to a specific language | llm_translate llm_vec_translate |
| Specify the model to use | llm_use |
| Verify if a statement about the text is true or not | llm_vec_verify llm_verify |
| Mini reviews data set | reviews |
