Skip to content

Commit

Permalink
removing the vocab_from_embeddings flag from snli config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Minervini committed Oct 25, 2017
1 parent 7aa6267 commit 4e64bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
6 changes: 3 additions & 3 deletions conf/dam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ model: 'dam_snli_reader'
# fixed experiment seed
seed: 1337

repr_dim: 300
repr_dim: 200

epochs: 20

dropout: 0.5
dropout: 0.8

batch_size: 64
batch_size: 32

lowercase: False

31 changes: 0 additions & 31 deletions conf/dam_test.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions conf/snli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ repr_dim: 300
embedding_format: 'memory_map_dir'

embedding_file: 'data/GloVe/glove.840B.300d.memory_map_dir'

vocab_from_embeddings: True

0 comments on commit 4e64bee

Please sign in to comment.