-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 983 Bytes
/
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
Package: bertology
Title: Explore BERT-like Models
Version: 0.0.0.9000
Authors@R: c(
person(given = "Jonathan",
family = "Bratt",
role = c("aut", "cre"),
email = "jonathan.bratt@macmillan.com",
comment = c(ORCID = "0000-0003-2859-0076")),
person(given = "Jon",
family = "Harmon",
role = c("aut"),
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: Explore and visualize output weights and attention vectors from
transformer-based models.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/macmillancontentscience/bertology
BugReports: https://github.com/macmillancontentscience/bertology/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3