Skip to content

Commit

Permalink
Final architecture changes (#14)
Browse files Browse the repository at this point in the history
* change

* Merge remote-tracking branch 'upstream/master' into final-architecture-data-changes

* remove superfluous things
  • Loading branch information
suzana-ilic authored and reiinakano committed Oct 23, 2018
1 parent 2542f09 commit c9aa15f
Show file tree
Hide file tree
Showing 17 changed files with 111,081 additions and 3,682 deletions.
249 changes: 214 additions & 35 deletions data/Q1.csv

Large diffs are not rendered by default.

657 changes: 418 additions & 239 deletions data/Q2.csv

Large diffs are not rendered by default.

102,980 changes: 102,980 additions & 0 deletions data/daily_dialogues.txt

Large diffs are not rendered by default.

1,159 changes: 1,159 additions & 0 deletions js/mappings/glove-input-idx2word.js

Large diffs are not rendered by default.

1,159 changes: 1,159 additions & 0 deletions js/mappings/glove-input-word2idx.js

Large diffs are not rendered by default.

652 changes: 652 additions & 0 deletions js/mappings/glove-target-idx2word.js

Large diffs are not rendered by default.

652 changes: 652 additions & 0 deletions js/mappings/glove-target-word2idx.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions js/mappings/glove-word-context.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"num_encoder_tokens": 1157,
"num_decoder_tokens": 650,
"encoder_max_seq_length": 17,
"decoder_max_seq_length": 27
}
Loading

0 comments on commit c9aa15f

Please sign in to comment.