From 8d52bcc1aa8b13ff47bb8999a5f1d2fcc4770afc Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 13 Mar 2018 20:03:44 +0100 Subject: [PATCH] Update fasttext_gru.yaml --- best_configs/fasttext_gru.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best_configs/fasttext_gru.yaml b/best_configs/fasttext_gru.yaml index 6446589..fbd2ce2 100644 --- a/best_configs/fasttext_gru.yaml +++ b/best_configs/fasttext_gru.yaml @@ -26,13 +26,13 @@ parameters: # Cloud Environment data_dir: /public/toxic_comments embedding_filepath: /public/models/fasttext/crawl-300d-2M.vec - single_model_predictions_dir: /public/toxic_comments/single_model_predictions_20180226 + single_model_predictions_dir: /public/toxic_comments/single_model_predictions_03092018 experiment_dir: /output/trained_pipelines/fasttext_gru # Local Environment # data_dir: /path/to/toxic/data # embedding_filepath: /path/to/embedding i.e. ~/fasttext/crawl-300d-2M.vec -# single_model_predictions_dir: /path/to/single/model/preds/ i.e. ~/single_model_predictions_20180226 +# single_model_predictions_dir: /path/to/single/model/preds/ i.e. ~/single_model_predictions_03092018 # experiment_dir: /my/working/directory i.e. ~/toxic/trained_pipelines/fasttext_gru bad_words_filepath: None