Package: tidybert 0.0.0.9900

tidybert: Tidy BERT-like Models

Implements BERT-like NLP models with a consistent interface for fitting and creating predictions. The models are fully compatible with the tidymodels framework.

Authors:Jonathan Bratt [aut], Jon Harmon [aut, cre], Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph]

tidybert_0.0.0.9900.tar.gz
tidybert_0.0.0.9900.zip(r-4.5)tidybert_0.0.0.9900.zip(r-4.4)tidybert_0.0.0.9900.zip(r-4.3)
tidybert_0.0.0.9900.tgz(r-4.4-any)tidybert_0.0.0.9900.tgz(r-4.3-any)
tidybert_0.0.0.9900.tar.gz(r-4.5-noble)tidybert_0.0.0.9900.tar.gz(r-4.4-noble)
tidybert_0.0.0.9900.tgz(r-4.4-emscripten)tidybert_0.0.0.9900.tgz(r-4.3-emscripten)
tidybert.pdf |tidybert.html
tidybert/json (API)

# Install 'tidybert' in R:
install.packages('tidybert', repos = c('https://jonthegeek.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/macmillancontentscience/tidybert/issues

On CRAN:

3.02 score 21 stars 4 scripts 8 exports 50 dependencies

Last updated 1 years agofrom:e25e191224. Checks:ERROR: 7. Indexed: no.

TargetResultDate
Doc / VignettesFAILNov 20 2024
R-4.5-winERRORNov 20 2024
R-4.5-linuxERRORNov 20 2024
R-4.4-winERRORNov 20 2024
R-4.4-macERRORNov 20 2024
R-4.3-winERRORNov 20 2024
R-4.3-macERRORNov 20 2024

Exports:%>%bertbert_classificationbert_regressionbert_typemodel_bert_linearn_tokenstidy_bert_output

Dependencies:bitbit64cachemcallrclicorocrayondescdigestdlrdplyrellipsisfansifastmapfastmatchfsgenericsgluehardhathmsjsonlitelifecycleluzmagrittrmemoisepiecemakerpillarpkgconfigprettyunitsprocessxprogresspspurrrR6rappdirsRcpprlangsafetensorsstringistringrtibbletidyselecttorchtorchtransformersutf8vctrswithrwordpiecewordpiece.datazeallot

Readme and manuals

Help Manual

Help pageTopics
Fine-Tune a BERT Modelbert
Fit a BERT-style neural networkbert_classification bert_classification.data.frame bert_classification.default bert_classification.formula bert_classification.matrix
Fit a BERT-style neural networkbert_regression bert_regression.data.frame bert_regression.default bert_regression.formula bert_regression.matrix
Pre-Trained BERT Modelbert_type
Pretrained BERT Model with Linear Outputmodel_bert_linear
Number of Tokensn_tokens
Predict from a 'bert_classification' model.predict.bert_classification
Predict from a 'bert_regression' model.predict.bert_regression
Tidy the BERT Outputtidy_bert_output