Skip to content

Commit

Permalink
Fix Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Mar 15, 2024
1 parent c3d60c1 commit da0f146
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
if use_callback==True:
if bacc_val>best_bacc:
if trace>=1:
print("Val Balanced Accuracy increased from {:.4f} to {:.4f}".format(best_bacc,bacc_val))
print("Save checkpoint to {}".format(filepath))
#torch.save(model.state_dict(),filepath)
safetensors.torch.save_model(model=model,filename=filepath)
best_bacc=bacc_val
#Finalize--------------------------------------------------------------------
if use_callback==True:
if trace>=1:
Expand Down Expand Up @@ -501,12 +509,4 @@ install.packages(c("BH", "brew", "brio", "cli", "coda", "commonmark", "curl", "d
install.packages(c("BH", "brew", "brio", "cli", "coda", "commonmark", "curl", "data.table", "DBI", "desc", "digest", "DT", "e1071", "fansi", "float", "FNN", "glue", "htmlwidgets", "httpuv", "igraph", "ISOcodes", "later", "LiblineaR", "listenv", "lpSolve", "markdown", "Matrix", "MatrixExtra", "mgcv", "MplusAutomation", "pak", "parallelly", "pkgbuild", "pkgload", "processx", "progress", "ps", "psych", "ragg", "Rcpp", "RcppArmadillo", "RCurl", "readODS", "readr", "reticulate", "rJava", "roxygen2", "s2", "sass", "sf", "shinyWidgets", "stringi", "survival", "tensorflow", "tfruns", "tidyr", "topicmodels", "vroom", "withr", "xfun", "yaml", "zip"))
install.packages("brew")
install.packages(c("BH", "brio", "cli", "coda", "commonmark", "curl", "data.table", "DBI", "desc", "digest", "DT", "e1071", "fansi", "float", "FNN", "glue", "htmlwidgets", "httpuv", "igraph", "ISOcodes", "later", "LiblineaR", "listenv", "lpSolve", "markdown", "Matrix", "MatrixExtra", "mgcv", "MplusAutomation", "pak", "parallelly", "pkgbuild", "pkgload", "processx", "progress", "ps", "psych", "ragg", "Rcpp", "RcppArmadillo", "RCurl", "readODS", "readr", "reticulate", "rJava", "roxygen2", "s2", "sass", "sf", "shinyWidgets", "stringi", "survival", "tensorflow", "tfruns", "tidyr", "topicmodels", "vroom", "withr", "xfun", "yaml", "zip"))
devtools::document()
devtools::build_site()
devtools::build_site()
devtools::build_site()
devtools::check_win_release()
devtools::check_win_devel()
devtools::check_win_devel()
devtools::check_win_devel()
devtools::check_win_devel()
devtools::test()
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ following table provides more details:
| Longformer | Yes | Yes | Yes |
| Text Embedding Classifier| Yes | Yes | No |

Please not that tensorflow is currently supported up to version 2.15.

## Classification Tasks

### Transforming Texts into Numbers
Expand Down
6 changes: 6 additions & 0 deletions docs/articles/classification_tasks.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ articles:
classification_tasks: classification_tasks.html
gui_aife_studio: gui_aife_studio.html
sharing_and_publishing: sharing_and_publishing.html
last_built: 2024-03-14T14:03Z
last_built: 2024-03-15T07:29Z

2 changes: 1 addition & 1 deletion docs/reference/install_py_modules.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/install_py_modules.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da0f146

Please sign in to comment.