Skip to content

Commit 17fe235

Browse files
committed
updated README
1 parent 4c661ca commit 17fe235

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
This is a framework for sequence-to-sequence (seq2seq) models implemented in [PyTorch](http://pytorch.org). The framework has modularized and extensible components for seq2seq models, training and inference, checkpoints, etc. This is an alpha release. We appreciate any kind of feedback or contribution.
99

10-
# What's New in 0.1.4
10+
# What's New in 0.1.6
1111

12-
* Improved running speed significantly
13-
* Bidirectional encoder
14-
* Show token-wise accuracy in evaluation
12+
* Compatible with PyTorch 0.4
13+
* Added support for pre-trained word embedding
1514

1615
# Roadmap
1716
Seq2seq is a fast evolving field with new techniques and architectures being published frequently. The goal of this library is facilitating the development of such techniques and applications. While constantly improving the quality of code and documentation, we will focus on the following items:

0 commit comments

Comments
 (0)