Skip to content

Commit

Permalink
Merge pull request #15 from bytedance/rc
Browse files Browse the repository at this point in the history
0.1.1
  • Loading branch information
zhaocq-nlp authored Mar 28, 2021
2 parents 9496ba4 + 43b254b commit a434fbd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- PyTorch version Transformer & SpeechTransformer model.
- Instruction for training transformer models on WMT14 EN->DE.
- Audio extraction for CommonVoice/IWSLT.
- Support weight pruning.
- Data sampler and dataset for multilingual machine translation
- Multilingual Translation task
- Support int8 quantization for transformer model



### Changed


### Fixed


## [0.1.1] - 28th March, 2021
### Added
- PyTorch version Transformer & SpeechTransformer model.
- Audio extraction for CommonVoice/IWSLT.
- Data sampler and dataset for multilingual machine translation
- Mixed training dataset with data sampler.
- Multilingual Translation task
- Instruction for
- training transformer models on WMT14 EN->DE
- weight pruning
- quantization aware training for transformer model

### Fixed
- Compat with TensorFlow v2.4

Expand Down
2 changes: 1 addition & 1 deletion neurst/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit a434fbd

Please sign in to comment.