Skip to content

Commit

Permalink
Draft 2 for version 0.3.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Oct 8, 2023
1 parent ae03b1e commit 571078f
Show file tree
Hide file tree
Showing 63 changed files with 576 additions and 145 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aifeducation 0.2.1.9003
# aifeducation 0.3.0.9000

- Added DeBERTa and Funnel-Transformer support
- Fixed issues for installing the required python packages
Expand Down
4 changes: 3 additions & 1 deletion R/saving_and_loading.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ load_ai_model<-function(model_dir,ml_framework="auto"){
#'@family Saving and Loading
#'
#'@export
save_ai_model<-function(model,model_dir,save_format="tf",append_ID=TRUE){
save_ai_model<-function(model,model_dir,
save_format="keras",
append_ID=TRUE){
if(methods::is(model,"TextEmbeddingClassifierNeuralNet") |
methods::is(model,"TextEmbeddingModel")){

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

148 changes: 122 additions & 26 deletions docs/articles/aifeducation.html

Large diffs are not rendered by default.

Binary file modified docs/articles/classif_fig_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
151 changes: 114 additions & 37 deletions docs/articles/classification_tasks.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

5 changes: 2 additions & 3 deletions docs/articles/sharing_and_publishing.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/authors.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/index.html

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

9 changes: 6 additions & 3 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 @@ -5,5 +5,5 @@ articles:
aifeducation: aifeducation.html
classification_tasks: classification_tasks.html
sharing_and_publishing: sharing_and_publishing.html
last_built: 2023-10-04T19:29Z
last_built: 2023-10-08T20:13Z

5 changes: 3 additions & 2 deletions docs/reference/AifeducationConfiguration.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/reference/EmbeddedText.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/reference/TextEmbeddingClassifierNeuralNet.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/reference/TextEmbeddingModel.html

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

5 changes: 3 additions & 2 deletions docs/reference/aifeducation_config.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/reference/array_to_matrix.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/reference/bow_pp_create_basic_text_rep.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/reference/bow_pp_create_vocab_draft.html

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

5 changes: 3 additions & 2 deletions docs/reference/check_aif_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/reference/check_embedding_models.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/reference/combine_embeddings.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/reference/create_bert_model.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/reference/create_deberta_v2_model.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/reference/create_funnel_model.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/reference/create_iota2_mean_object.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/reference/create_longformer_model.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/reference/create_roberta_model.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/reference/create_synthetic_units.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/reference/generate_id.html

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

Loading

0 comments on commit 571078f

Please sign in to comment.