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:
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')) |
Bug tracker:https://github.com/macmillancontentscience/tidybert/issues
Last updated 1 years agofrom:e25e191224. Checks:ERROR: 7. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | FAIL | Nov 20 2024 |
R-4.5-win | ERROR | Nov 20 2024 |
R-4.5-linux | ERROR | Nov 20 2024 |
R-4.4-win | ERROR | Nov 20 2024 |
R-4.4-mac | ERROR | Nov 20 2024 |
R-4.3-win | ERROR | Nov 20 2024 |
R-4.3-mac | ERROR | Nov 20 2024 |
Exports:%>%bertbert_classificationbert_regressionbert_typemodel_bert_linearn_tokenstidy_bert_output
Dependencies:bitbit64cachemcallrclicorocrayondescdigestdlrdplyrellipsisfansifastmapfastmatchfsgenericsgluehardhathmsjsonlitelifecycleluzmagrittrmemoisepiecemakerpillarpkgconfigprettyunitsprocessxprogresspspurrrR6rappdirsRcpprlangsafetensorsstringistringrtibbletidyselecttorchtorchtransformersutf8vctrswithrwordpiecewordpiece.datazeallot
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fine-Tune a BERT Model | bert |
Fit a BERT-style neural network | bert_classification bert_classification.data.frame bert_classification.default bert_classification.formula bert_classification.matrix |
Fit a BERT-style neural network | bert_regression bert_regression.data.frame bert_regression.default bert_regression.formula bert_regression.matrix |
Pre-Trained BERT Model | bert_type |
Pretrained BERT Model with Linear Output | model_bert_linear |
Number of Tokens | n_tokens |
Predict from a 'bert_classification' model. | predict.bert_classification |
Predict from a 'bert_regression' model. | predict.bert_regression |
Tidy the BERT Output | tidy_bert_output |