-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d7a328
commit 3936c72
Showing
3 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## New submission | ||
|
||
This is a new package submission. Run multiple 'Large Language Model' | ||
predictions against a table. The predictions run row-wise over a specified | ||
column. It works using a pre-determined one-shot prompt, along with the current | ||
row's content. The prompt that is used will depend of the type of analysis | ||
needed. | ||
|
||
The README file is very short because all the information about how to use it is | ||
this website: https://mlverse.github.io/mall/. | ||
|
||
## R CMD check environments | ||
|
||
- Mac OS M3 (aarch64-apple-darwin23), R 4.4.1 (Local) | ||
|
||
- Mac OS x86_64-apple-darwin20.0 (64-bit), R 4.4.1 (GH Actions) | ||
- Windows x86_64-w64-mingw32 (64-bit), R 4.4.1 (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.4.1 (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.5.0 (dev) (GH Actions) | ||
- Linux x86_64-pc-linux-gnu (64-bit), R 4.3.3 (old release) (GH Actions) | ||
|
||
## R CMD check results | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ |