Minor fix to tests
This commit is contained in:
Родитель
c6ab656cf2
Коммит
cd357d2b04
|
@ -31,7 +31,9 @@ def notebooks():
|
||||||
"embedding_trainer": os.path.join(
|
"embedding_trainer": os.path.join(
|
||||||
folder_notebooks, "embeddings", "embedding_trainer.ipynb"
|
folder_notebooks, "embeddings", "embedding_trainer.ipynb"
|
||||||
),
|
),
|
||||||
"bert_encoder": os.path.join(folder_notebooks, "sentence_similarity", "bert_encoder.ipynb")
|
"bert_encoder": os.path.join(
|
||||||
|
folder_notebooks, "sentence_similarity", "bert_encoder.ipynb"
|
||||||
|
),
|
||||||
"gensen_local": os.path.join(
|
"gensen_local": os.path.join(
|
||||||
folder_notebooks, "sentence_similarity", "gensen_local.ipynb"
|
folder_notebooks, "sentence_similarity", "gensen_local.ipynb"
|
||||||
),
|
),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче