-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: tidybert
Title: Tidy BERT-like Models
Version: 0.0.0.9900
Authors@R: c(
person(given = "Jonathan",
family = "Bratt",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2859-0076")),
person(given = "Jon",
family = "Harmon",
role = c("aut", "cre"),
email = "[email protected]",
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