Package: tidybert Title: Tidy BERT-like Models Version: 0.0.0.9900 Authors@R: c( person(given = "Jonathan", family = "Bratt", role = c("aut"), email = "jonathan.bratt@macmillan.com", comment = c(ORCID = "0000-0003-2859-0076")), person(given = "Jon", family = "Harmon", role = c("aut", "cre"), email = "jonthegeek@gmail.com", comment = c(ORCID = "0000-0003-4781-4346")), person(given = "Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning", role = c("cph")) ) Description: Implements BERT-like NLP models with a consistent interface for fitting and creating predictions. The models are fully compatible with the tidymodels framework. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: dplyr, glue, hardhat, luz, magrittr, methods, purrr, rlang, stats, tibble, torch, torchtransformers (>= 0.0.0.9500) Remotes: macmillancontentscience/torchtransformers Suggests: knitr, rmarkdown, testthat (>= 3.0.0), dials, dlr, parsnip, recipes, rsample, stringr, tidymodels, tidyr, wordpiece, wordpiece.data URL: https://github.com/macmillancontentscience/tidybert BugReports: https://github.com/macmillancontentscience/tidybert/issues Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2023-08-01 14:05:48 UTC RemoteUrl: https://github.com/macmillancontentscience/tidybert RemoteRef: HEAD RemoteSha: e25e1912249af094d275cff414598f3ad0cfb6af NeedsCompilation: no Packaged: 2026-06-16 11:22:42 UTC; root Author: Jonathan Bratt [aut] (ORCID: ), Jon Harmon [aut, cre] (ORCID: ), Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph] Maintainer: Jon Harmon