Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

v0.8.1

Compare
Choose a tag to compare
@eric-haibin-lin eric-haibin-lin released this 21 Aug 06:17
· 14 commits to v0.8.x since this release
0d4cb91

News

Models and Scripts

RoBERTa

Transformer-XL

Bug Fixes

  • Fixed hybridization for the BERT model (#877)
  • Change the variable model to bert_classifier (#828) thank you @LindenLiu
  • Revert "Add axis argument to squeeze()" (#857)
  • [BUGFIX] Remove incorrect vocab.padding_token requirement in CorpusBPTTBatchify
  • [BUGFIX] Fix Vocab with unknown_token remapped to != 0 via token_to_idx arg (#862)
  • [BUGFIX] Fix AMP in finetune_classifier.py (#848)
  • [BUGFIX] fix broken multi-head attention cell (#878) @ZiyueHuang
  • [FIX] fix chnsenticorp dataset download link (#873)
  • fix the usage of pad in bert (#850)

Documentation

  • Clarify Bert does not require MXNet nightly anymore (#860)
  • [DOC] fix broken links (#833)
  • [DOC] Update BERT index.rst (#844)
  • [DOC] Add GluonCV/NLP archive (#823)
  • [DOC] add missing dataset document (#832)
  • [DOC] remove wrong tutorial header level (#826)
  • [DOC] Fix a typo in attention_cell's docstring (#841) thank you @shenfei
  • [DOC] Upgrade mxnet dependency to 1.5.0 and use Cuda 10.1 on CI (#842)
  • Remove Py2 icon from Readme. Add 3.7 (#856)
  • [DOC] Improve help message (#855) thank you @apeforest
  • Update index.rst (#853)
  • [DOC] Fix Machine Translation with Transformers example (#865)
  • update button style (#869)
  • [DOC] doc fix for vocab.subwords (#885) thank you @liusy182

Continuous Integration

  • [CI] Support py3-master_gpu_doc CI run on arbitrary branches (#829)
  • Enforce AWS Batch jobName rules (#836)
  • dump linkcheck errors to comments (#827)
  • Enable Sphinx Autodoc typehints (#830)
  • [CI] Preserve stderr and stdout streams in doc CI stage for Cloudwatch