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

Commit

Permalink
Update neptune.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubczakon authored Mar 13, 2018
1 parent b1ffc5f commit c861888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neptune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ parameters:
# Cloud Environment
data_dir: /public/toxic_comments
embedding_filepath: /public/models/glove/glove.840B.300d.txt
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/glove_lstm

# Local Environment
# data_dir: /path/to/toxic/data
# embedding_filepath: /path/to/embedding i.e. ~/glove/glove.840B.300d.txt
# 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/glove_lstm

bad_words_filepath: None
Expand Down

0 comments on commit c861888

Please sign in to comment.