Skip to content

Commit 94b29de

Browse files
Merge pull request #573 from rstudio/new-mall
Adds "NLP using LLMs in R/Python" (`mall`) cheatsheet
2 parents 237f3e2 + 2bbf910 commit 94b29de

File tree

7 files changed

+40
-0
lines changed

7 files changed

+40
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"hash": "0ccad112eeb7958f91f8f5f40ea4887d",
3+
"result": {
4+
"engine": "knitr",
5+
"markdown": "---\ntitle: \"Natural Language Processing using LLMs in R & Python :: Cheatsheet\"\ndescription: \" \"\nimage-alt: \"\"\nexecute:\n eval: true\n output: false\n warning: false\n---\n\n<img src=\"images/logo-mall.png\" height=\"138\" alt=\"Hex logo for mall - drawing of the inside of a mall. There is a fountain in the middle.\"> <br><br><a href=\"../nlp-with-llms.pdf\">\n\n\n::: {.cell .column-margin}\n<a href=\"../nlp-with-llms.pdf\">\n<p><i class=\"bi bi-file-pdf\"></i> Download PDF</p>\n<img src=\"../pngs/nlp-with-llms.png\" width=\"200\" alt=\"\"/>\n</a>\n<br><br>\n:::\n\n\n\nWill be updated soon!\n",
6+
"supporting": [],
7+
"filters": [
8+
"rmarkdown/pagebreak.lua"
9+
],
10+
"includes": {},
11+
"engineDependencies": {},
12+
"preserve": {},
13+
"postProcess": true
14+
}
15+
}

html/images/logo-mall.png

132 KB
Loading

html/nlp-with-llms.qmd

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Natural Language Processing using LLMs in R & Python :: Cheatsheet"
3+
description: " "
4+
image-alt: ""
5+
execute:
6+
eval: true
7+
output: false
8+
warning: false
9+
---
10+
11+
<img src="images/logo-mall.png" height="138" alt="Hex logo for mall - drawing of the inside of a mall. There is a fountain in the middle."> <br><br><a href="../nlp-with-llms.pdf">
12+
13+
```{r}
14+
#| output: asis
15+
#| echo: false
16+
#| column: margin
17+
source("common.R")
18+
sheet_name <- "nlp-with-llms"
19+
pdf_preview_link(sheet_name)
20+
translation_list(sheet_name)
21+
```
22+
23+
24+
Will be updated soon!

index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ listing:
99
- "tidyr.qmd"
1010
- "purrr.qmd"
1111
- "factors.qmd"
12+
- "nlp-with-llms.qmd"
1213
- "lubridate.qmd"
1314
- "strings.qmd"
1415
- "shiny.qmd"

keynotes/nlp-with-llms.key

4.9 MB
Binary file not shown.

nlp-with-llms.pdf

3.84 MB
Binary file not shown.

pngs/nlp-with-llms.png

1.12 MB
Loading

0 commit comments

Comments
 (0)