Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Jan 4, 2024
1 parent dae5667 commit bab8781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
.DS_Store
.quarto
inst/doc
/doc/
/Meta/
progress.r
4 changes: 2 additions & 2 deletions vignettes/annotation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
library(rollama)
```

Based on <https://arxiv.org/abs/2401.00284>
Based on [Weber and Reichardt (2024)](<https://arxiv.org/abs/2401.00284>).

# Zero-shot

Expand Down Expand Up @@ -56,7 +56,7 @@ q <- tibble::tribble(
"assistant", "Category: Positive\nConfidence: 100%",
"user", "text: I once came here with my wife\ncategories: positive, neutral, negative",
"assistant", "Category: Neutral\nConfidence: 100%",
"user", "text: I like the Hawaiian pizza\ncategories: positive, neutral, negative"
"user", "text: I once ate pizza\ncategories: positive, neutral, negative"
)
query(q)
```
Expand Down

0 comments on commit bab8781

Please sign in to comment.