File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 303
303
"outputId" : " 9d15010e-a26c-4e70-a54a-82a11d560969"
304
304
},
305
305
"source" : [
306
- " model.global_plot_embedding_histogram(adapt_embeddings=True )"
306
+ " model.global_plot_embedding_histogram()"
307
307
],
308
308
"execution_count" : null ,
309
309
"outputs" : [
344
344
"outputId" : " 44c2854e-5f5e-402a-a59d-0a628436b505"
345
345
},
346
346
"source" : [
347
- " global_explained_embedding_components = model.global_explain_embedding_components(adapt_embeddings=True) \r \n" ,
347
+ " global_explained_embedding_components = model.global_explain_embedding_components() \n " ,
348
348
" global_explained_embedding_components.iloc[:, :10]"
349
349
],
350
350
"execution_count" : null ,
Original file line number Diff line number Diff line change 14
14
15
15
setuptools .setup (
16
16
name = "xswem" ,
17
- version = "0.1.1 " ,
17
+ version = "1.0.0 " ,
18
18
author = "Kieran Litschel" ,
19
19
author_email = "kieran.litschel@outlook.com" ,
20
20
description = "A simple and explainable deep learning model for NLP." ,
You can’t perform that action at this time.
0 commit comments