Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update fasttext_gru.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubczakon authored Mar 13, 2018
1 parent 458eb08 commit 8d52bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions best_configs/fasttext_gru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d52bcc

Please sign in to comment.