-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.37 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
Package: RBERTviz
Type: Package
Title: Visualization Tools for RBERT
Version: 0.1.12
Authors@R: c(
person("Jonathan", "Bratt", email = "[email protected]",
role = c("aut", "cre", "trl")
),
person("Jon", "Harmon", email = "[email protected]",
role = c("aut")
),
person("Jesse", "Vig", role = c("ctb", "cph", "org"),
comment = c("Author of bertviz",
"https://arxiv.org/abs/1906.05714",
"https://github.com/jessevig/bertviz/")
),
person("Google Inc.", role = c("ctb", "cph", "org"),
comment = "Original tensor2tensor visualization code")
)
Description: Visualize attention weights and output vectors from BERT.
Depends: R (>= 3.5)
License: file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jonathanbratt/RBERTviz
BugReports: https://github.com/jonathanbratt/RBERTviz/issues
RoxygenNote: 7.0.2
Imports:
dplyr (>= 0.8.3),
ggplot2 (>= 3.2.1),
htmltools (>= 0.3.6),
htmlwidgets (>= 1.3),
magrittr (>= 1.5),
purrr (>= 0.3.2),
r2d3 (>= 0.2.3),
RColorBrewer (>= 1.1.2),
rmarkdown (>= 1.14),
tibble (>= 2.1.3),
tidyr (>= 1.0.0)
Suggests:
RBERT (>= 0.1.11),
gganimate (>= 1.0.3),
testthat (>= 2.1.0),
useful (>= 1.2.6),
knitr,
covr
Remotes: github::jonathanbratt/RBERT
VignetteBuilder: knitr