-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
33 lines (33 loc) · 852 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
29
30
31
32
33
Package: huggingfaceR
Type: Package
Title: Hugging Face State-of-the-Art Models in R
Version: 0.1.0
Authors@R: c(
person("Alex", "Farach", email = "[email protected]", role = c("cre")),
person("Sam", "Terfa", email = "[email protected]", role = c("aut")),
person("Jack", "Penzer", email = "[email protected]", role = c("aut"))
)
Description: The goal of huggingfaceR is to bring state-of-the-art NLP models to R. huggingfaceR is built on top of Hugging Face’s transformer library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
glue,
httr2,
jsonlite,
lsa,
magrittr,
purrr,
reticulate,
stringr,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr