Skip to content

Commit

Permalink
Fixed some notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jan 30, 2024
1 parent a02254a commit 513e9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
" from pathlib import Path\n",
" import re\n",
" from exasol.transformers_extension_wrapper import upload_model\n",
" from exasol.ai_lab_config import AILabConfig as Cfg\n",
" from exasol.ai_lab_config import AILabConfig as CKey\n",
"\n",
" # Make a name for the model sub-directory\n",
" sub_dir = re.sub(r\"[/\\\\?%*:|\\\"<>\\x7F\\x00-\\x1F]\", \"-\", model_name)\n",
Expand Down
2 changes: 1 addition & 1 deletion test/notebooks/nbtest_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'question_answering.ipynb',
'masked_modelling.ipynb',
'token_classification.ipynb',
'text_generation.ipynb'
'text_generation.ipynb',
'translation.ipynb',
'zero_shot_classification.ipynb'
]
Expand Down

0 comments on commit 513e9c6

Please sign in to comment.