All Versions
11
Latest Version
Avg Release Cycle
71 days
Latest Release
1417 days ago

Changelog History
Page 1

  • v0.3.3 Changes

    June 08, 2020

    ๐Ÿ†• New features

    • โž• Add XLM-R document classification server + console (#1358)
    • MLP layer embed for float tensors and FloatListSeqTensorizer for List[List[[float]] features. (#1374)
    • โž• Add class_accuracy in MultiLabelSoftClassificationMetrics (#1371)
    • โž• Add an option to skip test run after models have been trained (#1372)
    • ๐Ÿ‘Œ Support DP in PyText (#1366)
    • Support torchscriptify in multi_label_classification_layer (#1350)
    • โž• Add custom metric class for reporting Joint model metrics (#1339)
    • MultiLabel-MultiClass Model for Joint Sequence Tagging (#1335)
    • ๐Ÿ‘ Scripted tokenizer support for DocModel (#1314)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed metric reporter aggregation and output layer for the multi-label classification
    • Remove move_state_dict_to_gpu, which is causing CUDA OOM (#1367)
    • ๐Ÿ›  Fix Flow's default conversion of dict to AttrDict
    • ๐Ÿ›  Fix bug in ClassificationOutputLayer that pad_idx is never respected (#1347)
    • ๐Ÿ›  Serializing/Deserializing type Any: bugfix and simplification (#1344)
    • ๐Ÿ›  Fix RoBERTa Q&A Training Bug with multiple BoS tokens. (#1343)

    Other

    • ๐Ÿ‘ Better error message for misconfigured data fields
    • ๐Ÿ—„ Replace deprecated integer division with floor division operator
    • โž• Add informative prints to assert statements (#1360)
    • TorchScript: Put dense tensor on the same device with other input tensors (#1361)
    • โšก๏ธ Update PyTorch + ONNX (#1340)
    • โšก๏ธ Update PyTorch + ONNX (#1340)- binary ONNX
    • โšก๏ธ Update PR Template (#1349)
    • โฌ‡๏ธ Reduce memory request for pytext train operator
    • โž• Add 'contrib' directory for experimental code (#1333)
  • v0.3.2 Changes

    April 27, 2020

    ๐Ÿ†• New features

    • โž• Add Roberta model into BertPairwiseModel (#1336)
    • ๐Ÿ‘Œ Support read file from http URL (#1317)
    • add a new PyText get_num_examples_from_batch function in model (#1319)
    • โž• Add support for length label smoothing (#1308)
    • โž• Add new metrics type for Masked Seq2Seq Joint Model (#1304)
    • โž• Add mask generator and strategy (#1302)
    • โž• Add separate logging for label loss and length loss (#1294)
    • โž• Add tensorizer support for masking of target tokens (#1297)
    • โž• Add length prediction and basic masked generator (#1290)
    • Add self attention option to conv_encoder and conv_decoder (#1291)
    • Entity Saliency modeling on PyText: EntitySalienceMetricReporter/EntitySalienceTask
    • In-batch negative training for BertPairwiseModel
    • ๐Ÿ‘Œ Support embedding from decoder (#1284)
    • โž• Add dense features to Roberta
    • โž• Add projection layer to HuggingFace encoder (#1273)
    • โž• add PyText Embedding TorchScript Wrapper
    • โž• Add option to pad missing label in LabelListTensorizer (#1269)
    • โ†” Integrate PET and Introduce ElasticTrainer (#1266)
    • ๐Ÿ‘Œ support PoolingType in DocNN. (#1259)
    • โž• Added WordSeqEmbedding (#1255)
    • Open source Assistant NLU seq2seq model (#1236)
    • ๐Ÿ‘Œ Support multi label classification
    • BART in decoupled model

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix Incorrect State Dict Assumption (#1326)
    • ๐Ÿ› Bug fix for "RoBERTaTensorizer object has no attribute is_input" (#1334)
    • Cast model output to cpu (#1329)
    • ๐Ÿ›  Fix OSS predict-py API (#1320)
    • ๐Ÿ›  Fix "calling median on empty tensor" issue in MR (#1322)
    • โž• Add ScriptDoNothingTokenizer so that torchscriptification of SPM does not fail (#1316)
    • ๐Ÿ›  Fix creating generator everytime (#1301)
    • ๐Ÿ›  fix dense feature for fp16
    • ๐Ÿ‘€ Avoid edge cases with quantization by setting a known seed (#1295)
    • ๐Ÿ‘‰ Make torchscript predictions even on empty text / token inputs
    • ๐Ÿ›  fix dense feature TorchScript typing (#1281)
    • avoid zero division error in metrics reporter (#1271)
    • ๐Ÿ›  Fix contiguous issue in bilstm export (#1270)
    • ๐Ÿ›  fix debug file generation for multilabel classification (#1247)
    • ๐Ÿ›  Fix fp16 optimizer attribute name

    Other

    • Simplify contextual embedding dimension computation in PyText (#1331)
    • ๐Ÿ†• New Debug File for masked seq2seq
    • ๐Ÿšš Move MockConfigLoader to OSS (#1324)
    • โšก๏ธ Pass in optimizer config instead of create_optimizer to trainer
    • โœ‚ Remove unnecessary torch.no_grad() block (#1323)
    • ๐Ÿ›  Fix Memory Issues in Metric Reporter for Classification Tasks over large Label Spaces
    • โž• Add contextual embedding support to OS seq2seq model (#1299)
    • recover xlm_r tutorial notebook (#1305)
    • Enable controlling bias in MLP decoder
    • Migrate serving tutorial to TorchScript (#1310)
    • โœ‚ delete caffe2 export (#1307)
    • โž• add whitelist for ONNX export
    • ๐Ÿ‘‰ Use dynamic quantization api for BeamSearch (#1303)
    • โœ‚ Remove requirement that eos/bos be supplied for sequence export. (#1300)
    • ๐Ÿ‘ Multicolumn support
    • ๐Ÿ‘ Multicolumn support in torchscriptify
    • โž• Add caching support to RawExample and batch predict API (#1298)
    • โž• Add save-pytext-snapshot command to PyText cmdline (#1285)
    • โšก๏ธ Update with Whatsapp calling data + support dictionary features (#1293)
    • add arrange_caffe2_model_inputs in BaseModel (#1292)
    • โœ… Replace unit-tests on LMModel and FLLanguageModelingTask by LiteLMModel and FLLiteLMTask (#1296)
    • ๐Ÿ”„ changes to make mbart work (#1911)
    • ๐Ÿ– handle encoder and decoder embedding
    • โž• Add tutorial for semantic parsing. (#1288)
    • โž• Add new fb beam search with fused operator (#1287)
    • ๐Ÿ— Move generator builder to constructor so that it can easily overridden. (#1286)
    • Torchscriptify ELTensorizer (#1282)
    • Torchscript export for Seq2Seq model (#1265)
    • ๐Ÿ”„ Change Seq2Seq model from_config() to a more general api (#1280)
    • add max_seq_len to DocNN TorchScript model (#1279)
    • ๐Ÿ‘Œ support XLM-R model Embedding in TorchScript (#1278)
    • Generic PyText Checkpoint Manager Interface (#1267)
    • ๐Ÿ›  Fix backward compatibility issue of pad_missing in LabelListTensorizer (#1277)
    • โšก๏ธ Update mean reduction in NLLLoss (#1272)
    • migrate pages.integrity.scam.docnn_models.xxx (#1275)
    • Unify model input for ByteTokensDocumentModel (#1274)
    • Torchscriptify TokenTensorizer
    • ๐Ÿ‘ Allow dictionaries to overwrite entries with #fairseq:overwrite comment (#1073)
    • ๐Ÿ‘‰ Make WordSeqEmbedding ONNX compatible
    • If the snapshot path provided is not valid, throw error (#1268)
    • ๐Ÿ‘Œ support vocab filter by min count
    • Unify input for TorchScript Tensorizers and Models (#1256)
    • Torchscriptify XLM-R
    • โž• Add class logging to task (#1264)
    • โž• Add usage logging to exporter (#1262)
    • โž• Add usage logging across models (#1263)
    • ๐ŸŒฒ Usage logging on data classes (#1261)
    • ๐Ÿ‘ GPT2 BPE add lower casing support (#1260)
    • FAISS Embedding Search Space [3/5]
    • Return len of tokens of each sequence in SeqTokenTensorizer (#1254)
    • Vocab Limited Pretrained Embedding [2/5] (#1248)
    • โž• add Stage.OTHERS and allow TB to print to a seperate prefix not in (TRAIN, TEST, EVAL) (#1258)
    • โž• Add option to skip 2 stage tokenizer and bpe decode sequences in the debug file (#1257)
    • โž• Add Testcase for Wordpiece Tokenizer (#1249)
    • modify accuracy calculation for multi-label classification (#1244)
    • Enable tests in pytext/config:pytext_all_config_test
    • ๐ŸŒฒ Introduce Class Usage Logging (#1243)
    • ๐Ÿ‘‰ Make PyText compatible with Any type (#1242)
    • ๐Ÿ‘‰ Make dict_embedding Torchscript friendly (#1240)
    • ๐Ÿ‘Œ Support MultipleData for export and kd generation
    • โœ‚ delete flaky/broken tests (#1238)
    • โž• Add support for returning start & end indices.
  • v0.3.1 Changes

    January 15, 2020

    ๐Ÿ†• New features

    • Implement SquadQA tensorizer in TorchScript (#1211)
    • โž• Add session data source for df (#1202)
    • โฑ Dynamic Batch Scheduler Implementation (#1200)
    • Implement loss aware sparsifier (#1204)
    • Ability to Fine-tune XLM-R for NER on CoNLL Datasets (#1201)
    • TorchScriptify Tokenizer after training (#1191)
    • Linear Layer only blockwise sparsifier (#478)
    • โž• Adding performance graph to pytext models (#1192)
    • Enable inference on GPUs by moving tensors to specified device (#472)
    • โž• Add support for learning from soft labels for Squad (MRC) models (#1188)
    • Create byte-aware model that can make byte predictions (#468)
    • Minimum Trust Lamb (#1186)
    • ๐Ÿ‘ Allow model to take byte-level input and make byte-level prediction (#1187)
    • โฑ Scheduler with Warmup (#1184)
    • โšก๏ธ Implement LAMB optimizer (#1183)
    • โฑ CyclicLRScheduler (#1157)
    • PyText Entity Linking: ELTask and ELMetricReporter (#1165)

    ๐Ÿ› Bug fixes

    • โฌ†๏ธ Don't upgrade if Tensorizer already given (#504)
    • avoid torchscriptify on a ScriptModule (#1214)
    • ๐Ÿ‘‰ Make tensorboard robust to NaN and Inf in model params (#1206)
    • ๐Ÿ›  Fix circleCLI Test broken in D19027834 (#1205)
    • ๐Ÿ›  Fix small bug in pytext vocabulary (#401)
    • ๐Ÿ›  Fix CircleCI failure caused by black and regex (#1199)
    • ๐Ÿ›  Fix CircleCI (#1194)
    • ๐Ÿ›  Fix Circle CI Test broken by D18880705 (#1190)
    • ๐Ÿ›  fix weight load for new fairseq checkpoints (#1189)
    • ๐Ÿ›  Fix Heirarchical intent and slot filling demo is broken (#1012) (#1151)
    • ๐Ÿ›  Fix index error in dict embedding when exported to Caffe2 (#1182)
    • ๐Ÿ›  Fix zero loss tensor in SquadOutputLayer (#1181)
    • qa fix for ignore_impossible=False

    Other

    • ๐Ÿ–จ Printing out error's underlying reason (#1227)
    • tidy file path in help text for invocation of docnn.json example (#1221)
    • โœ… PyText option to disable CUDA when testing. (#1223)
    • ๐Ÿ‘‰ make augmented lstm compatible w other lstms (#1224)
    • Vocab recursive lookup (#1222)
    • ๐Ÿ›  Fix simple typo: valus -> value (#1219)
    • ๐Ÿ‘Œ support using RoundRobin ProcessGroup in Distributed training (#1213)
    • ๐Ÿ‘‰ Use PathManager for all I/O (#1198)
    • ๐Ÿ‘‰ Make PathManager robust to API changes in fvcore (#1196)
    • ๐Ÿ‘Œ Support for TVM training (BERT) (#1210)
    • Exit LM task if special token exists in text for ByteTensorizer (#1207)
    • Config adapter for pytext XLM (#1172)
    • ๐Ÿ‘‰ Use TensorizerImpl for both training and inference for BERT, RoBERTa and XLM tensorizer (#1195)
    • Replace gluster paths with local file paths for NLG configs (#1197)
    • ๐Ÿ‘‰ Make BERT Classification compatible with TSEs that return Encoded Layers.
    • implement BertTensorizerImpl and XLMTensorizerImpl (#1193)
    • ๐Ÿ”ง Make is_input field of tensorizer configurable (#474)
    • BERTTensorizerBaseImpl to reimplement BERTTensorizerBase to be TorchScriptable (#1163)
    • ๐Ÿ‘Œ Improve LogitsWorkflow to handle dumping of raw inputs and multiple output tensors (#683)
    • Accumulative blockwise pruning (#1170)
    • Patch for UnicodeDecodeError due to BPE. (#1179)
    • โž• Add pre-loaded task as parameter to caffe2 batch prediction API
    • ๐ŸŽ Specify CFLAGS to install fairseq in MacOS (#1175)
    • Resolve dependency conflict by specifying python-dateutil==2.8.0 (#1176)
    • Proper training behavior if setting do_eval=False (#1155)
    • ๐Ÿ‘‰ Make DeepCNNRepresentation torchscriptable (#453)
  • v0.3.0 Changes

    November 28, 2019

    ๐Ÿ†• New Features

    RoBERTa and XLM-R

    • โ†” Integrate XLM-R into PyText (#1120)
    • Consolidate BERT, XLM and RobERTa Tensorizers (#1119)
    • โž• Add XLM-R for joint model (#1135)
    • Open source Roberta (#1032)
    • Simple Transformer module components for RoBERTa (#1043)
    • RoBERTa models for document classification (#933)
    • Enable MLM training for RobertaEncoder (#1126)
    • Standardize RoBERTa Tensorizer Vocab Creation (#1113)
    • ๐Ÿ‘‰ Make RoBERTa usable in more tasks including QA (#1017)
    • RoBERTa-QA JIT (#1088)
    • Unify GPT2BPE Tokenizer (#1110)
    • โž• Adding Google SentencePiece as a Tokenizer (#1106)

    ๐Ÿ‘ TorchScript support

    • General torchscript module (#1134)
    • ๐Ÿ‘Œ Support torchscriptify XLM-R (#1138)
    • โž• Add support for torchscriptification of XLM intent slot models (#1167)
    • Script xlm tensorizer (#1118)
    • ๐Ÿ”จ Refactor ScriptTensorizer with general tensorize API (#1117)
    • ScriptXLMTensorizer (#1123)
    • โž• Add support for Torchscript export of IntentSlotOutputLayer and CRF (#1146)
    • ๐Ÿ”จ Refactor ScriptTensorizor to support both text and tokens input (#1096)
    • โž• Add torchscriptify API in tokenizer and tensorizer (#1055)
    • โž• Add more stats in torchscript latency script (#1044)
    • Exported Roberta torchscript model include both traced_model and pre-processing logic (#1013)
    • Native Torchscript Wordpiece Tokenizer Op for BERTSquadQA, Torchscriptify BertSQUADQAModel (#879)
    • TorchScript-ify BERT training (#887)
    • Modify Return Signature of TorchScript BERT (#1058)
    • Implement BertTensorizer and RoBERTaTensorizer in TorchScript (#1053)

    Others

    • FairseqModelEnsemble class (#1116)
    • โฑ Inverse Sqrt Scheduler (#1150)
    • Lazy modules (#1039)
    • โšก๏ธ Adopt Fairseq MemoryEfficientFP16Optimizer in PyText (#910)
    • โž• Add RAdam (#952)
    • โž• Add AdamW (#945)
    • Unify FP16&FP32 API (#1006)
    • โž• Add precision at recall metric (#1079)
    • โž• Added PandasDataSource (#1098)
    • ๐Ÿ‘Œ Support testing Caffe2 model (#1097)
    • โž• Add contextual feature support to export for Seq2Seq models
    • Convert matmuls to quantizable nn.Linear modules (#1304)
    • PyTorch eager mode implementation (#1072)
    • Implement Blockwise Sparsification (#1050)
    • ๐Ÿ‘Œ Support Fairseq FP16Optimizer (#1008)
    • โšก๏ธ Make FP16OptimizerApex wrapper on Apex/amp (#1007)
    • โœ‚ Remove vocab from cuda (#955)
    • โž• Add dense input to XLMModel (#997)
    • Replace tensorboardX with torch.utils.tensorboard (#1003)
    • โž• Add mentioning of mixed precision training support (#643)
    • Sparsification for CRF transition matrix (#982)
    • โž• Add dense feature normalization to Char-LSTM TorchScript model. (#986)
    • ๐Ÿ‘ Cosine similarity support for BERT pairwise model training (#967)
    • Combine training data from multiple sources (#953)
    • ๐Ÿ‘Œ Support visualization of word embeddings in Tensorboard (#969)
    • Decouple decoder and output layer creation in BasePairwiseModel (#973)
    • โฌ‡๏ธ Drop rows with insufficient columns in TSV data source (#954)
    • Add use_config_from_snapshot option(load config from snapshot or current task) (#970)
    • โž• Add predict function for NewTask (#936)
    • ๐Ÿ‘‰ Use create_module to create CharacterEmbedding (#920)
    • โž• Add XLM based joint model
    • โž• Add ConsistentXLMModel (#913)
    • โšก๏ธ Optimize Gelu module for caffe2 export (#918)
    • ๐Ÿ’พ Save best model's sub-modules when enabled (#912)

    ๐Ÿ“š Documentation / Usability

    • XLM-R tutorial in notebook (#1159)
    • โšก๏ธ Update XLM-R OSS tutorial and add Google Colab link (#1168)
    • โšก๏ธ Update "raw_text" to "text" in tutorial (#1010)
    • ๐Ÿ‘ฏ Make tutorial more trivial (add git clone) (#1037)
    • ๐Ÿ”„ Changes to make tutorial code simpler (#1002)
    • ๐Ÿ›  Fix datasource tutorial example (#998)
    • ๐Ÿ– Handle long documents in squad qa datasource and models (#975)
    • ๐Ÿ›  Fix pytext tutorial syntax (#971)
    • ๐Ÿ‘‰ Use torch.equal() instead of "==" in Custom Tensorizer tutorial (#939)
    • โœ‚ Remove and mock doc dependencies because readthedocs is OOM (#983)
    • ๐Ÿ›  Fix Circle CI build_docs error (#959)
    • โž• Add OSS integration tests: DocNN (#1021)
    • ๐Ÿ–จ Print model into the output log (#1127)
    • Migrate pytext/utils/torch.py logic into pytext/torchscript/ for long term maintainability (#1082)
    • Demo datasource fix + cleanup (#994)
    • ๐Ÿ“š Documentation on the config files and config-related commands (#984)
    • Config adapter old data handler helper (#943)
    • Nicer gen_config_impl (#944)

    ๐Ÿ—„ Deprecated Features

    • โœ‚ Remove DocModel_Deprecated (#916)
    • ๐Ÿ—„ Remove RNNGParser_Deprecated, SemanticParsingTask_Deprecated, SemanticParsingCppTask_Deprecate, RnngJitTask,
    • โœ‚ Remove QueryDocumentTask_Deprecated(#926)
    • ๐Ÿ—„ Remove LMTask_Deprecated and LMLSTM_Deprecated (#882)
    • ๐Ÿ—„ CompositionDataHandler to fb/deprecated (#963)
    • โœ‚ Delete deprecated Word Tagging tasks, models and data handlers (#910)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix caffe2 predict (#1103)
    • ๐Ÿ›  Fix bug when tensorizer is not defined (#1169)
    • ๐Ÿ›  Fix multitask metric reporter for lr logging (#1164)
    • ๐Ÿ›  Fix broken gradients logging and add lr logging to tensorboard (#1158)
    • Minor fix in blockwise sparsifier (#1130)
    • Fix clip_grad_norm API (#1143)
    • ๐Ÿ›  Fix for roberta squad tensorizer (#1137)
    • ๐Ÿ›  Fix multilabel metric reporter (#1115)
    • ๐Ÿ›  Fixed prepare_input in tensorizer (#1102)
    • ๐Ÿ›  Fix unk bug in exported model (#1076)
    • ๐Ÿ›  Fp16 fixes for byte-lstm and distillation (#1059)
    • Fix clip_grad_norm_ if grad_norm > max_norm > 0: TypeError: '>' not supported between instances of 'float' and 'NoneType' (#1054)
    • ๐Ÿ›  Fix context in multitask (#1040)
    • ๐Ÿ›  Fix regression in ensemble trainer caused by recent fp16 change (#1033)
    • ReadTheDocs OOM fix with CPU Torch (#1027)
    • Dimension mismatch after setting max sequence length (#1154)
    • ๐Ÿ‘ Allow null learning rate (#1156)
    • Don't fail on 0 input (#1104)
    • โœ‚ Remove side effect during pickling PickleableGPT2BPEEncoder
    • ๐Ÿ— Set onnx==1.5.0 to fix CircleCI build temporarily (#1014)
    • Complete training loop gracefully even if no timing is reported (#1128)
    • Propagate min_freq for vocab correctly (#907)
    • ๐Ÿ›  Fix gen-default-config with Model param (#917)
    • ๐Ÿ›  Fix torchscript export for PyText modules (#1125)
    • ๐Ÿ›  Fix label_weights in DocModel (#1081)
    • ๐Ÿ›  Fix label_weights in bert models (#1100)
    • ๐Ÿ›  Fix config issues with Python 3.7 (#1066)
    • Temporary fix for Fairseq dependency (#1026)
    • ๐Ÿ›  Fix MultipleData by making tensorizers able to initialize from multiple data sources (#972)
    • ๐Ÿ›  Fix bug in copy_unk (#964)
    • Division by Zero bug in MLM Metric Reporter (#968)
  • v0.2.2 Changes

    August 15, 2019

    ๐Ÿš€ Note: this is the last release with _Deprecated classes. Those classes will be removed in the next release.

    ๐Ÿ†• New Features:

    • DeepCNN Representation for word tagging
    • Combine KLDivergenceBCELoss with SoftHardBCELoss and F.cross_entropy() in CrossEntropyLoss (#689)
    • โž• add dense feature support for doc model (#710)
    • โž• add torchscript quantizaiton support in pytext
    • ๐Ÿ‘ pytext multi-label support (#731)
    • open source transformer representations (#736)
    • open source transformer based models - data, tensorizers and tokenizer (#708)
    • Create AlternatingRandomizedBatchSampler (#737)
    • open source MaskedLM and BERT models (#734)
    • ๐Ÿ‘Œ Support bytes input in word tagging model OSS (#745)
    • open source extractive question answering models (#742)
    • torchscriptify for ensemle task
    • enabled lmlstm labels exporting (#767)
    • Enable dense features in ByteTokensDocumentModel (#763)
    • created bilstm dropout condition (#769)
    • enabled lmlstm caffe2 exporting (#766)
    • โฑ PolynomialDecayScheduler (#791)
    • โœ‚ removed bilstm dependence on seq_lengths (#776)
    • โšก๏ธ fp16 optimizer (#782)
    • โž• Add Dense Feature Normalization to FloatListTensorizer and DocModel (#859)
    • โž• Add Sparsifier component to PyText and L0-projection based sparsifier (#860)
    • implemented cnn pooling for doc classification (#872)
    • implemented bottleneck separable convolutions (#855)
    • โž• Add eps to Adam (#858)
    • implemented mobile exporter (#785)
    • ๐Ÿ‘Œ support starting training from saved checkpoint (#824)
    • implemented separable convolutions (#830)
    • implemented gelu activations (#829)
    • implemented causal convolutions (#811)
    • implemented dilation for convolutions (#810)
    • created weight norm option (#809)
    • Ordered Neuron LSTM (#854)
    • โž• Add PersonalizedByteDocModel (#816)
    • CNN based language models (#827)
    • ๐Ÿ‘Œ improve csv support in TSVDataSource (#777)
    • ๐Ÿ”„ Change default batch sampler DisjointMultitaskData to RoundRobinBatchSampler (#802)
    • ๐Ÿ‘Œ Support using serialized pretrained embedding file (#797)

    ๐Ÿ“š Documentation / Usability / Logging:

    • ๐Ÿ–จ Fewer out-of-vocab print messages, with some stats (#697)
    • Echo epoch number to console while training (#712)
    • Separate timing for prediction and metric calculation. (#738)
    • multi-label soft metrics (#754)
    • ๐Ÿ”„ changed lm metric reporting (#765)
    • ๐Ÿ›  fix data source tutorial (#762)
    • ๐Ÿ›  fix doc sphinx deprecation warning (#775)
    • โž• Add the ability to pass parameter values to gen-default-config (#856)
    • โœ‚ Remove "pytext/" from paths in demo json config (#878)
    • ๐Ÿ†• New documentation about hacking pytext and dealing with github. (#862)
    • โšก๏ธ install_deps supports updates (#863)
    • โฌ‡๏ธ Reduce number of PEP print (#861)
    • ๐Ÿ‘ better error message for config with unknown component (#801)
    • โž• Add Recall at Precision Thresholds to Config (#792)
    • implemented perplexity reductions for lm score reporting (#799)
    • adapt prediction workflow to new design (#746)

    ๐Ÿ› Bug fixes:

    • โœ… block sharded tsv eval/test fix (#698)
    • ๐Ÿ›  Fix BoundaryPooling tracing (#713)
    • ๐Ÿ›  fixes LMLSTM weight tying bug (#704)
    • ๐Ÿ›  Fix duplicate entries in vocab (#721)
    • ๐Ÿ›  Bugfix for trainer not reporting eval results (#740)
    • Reintroduce metrics export in new task (#748)
    • ๐Ÿ›  fix open source tests (#750)
    • ๐Ÿ›  Fix missing init_tensorizers arg (#893)
    • ๐Ÿ›  Fix intent slot metric reporter not working with byte offset (#883)
    • ๐Ÿ›  Fix issue with some tensorizers still re-initializing vocab when loaded from saved state (#848)
    • ๐Ÿ›  fixed overflow error in lm reporting (#831)
    • ๐Ÿ›  fix BlockShardedTSVDataSource (#832)

    v0.2.1
    (skipped because of packaging issues)

  • v0.2.1 Changes

    (skipped because of packaging issues)

  • v0.2.0 Changes

    June 15, 2019

    Note: This release makes the new data handler API the default and deprecates Task and Model classes using the old data handler API. We recommend that you migrate your models to the new API as soon as possible. More details here: https://www.facebook.com/groups/pytext/permalink/1038962512978256/

    ๐Ÿ†• New Stuff

    • ๐Ÿ—„ most tasks and models deprecated, replaced with better versions using the new data handler API
    • ๐ŸŽ performance improvements in metric reporter
    • โž• Add Multilingual TSV Data Source
    • LabelSmoothedCrossEntropyLoss
    • ๐Ÿ‘Œ Support for pretrained word embedding in TokenTensorizer
    • option to use pretrained embedding
    • TorchScript export for document classification
    • ๐Ÿ‘Œ Improve log in trainer
    • performance measurement: reporting tokens_per_second and updates_per_second
    • Implement DocumentReader from DrQA in PyText (StackedBidirectionalRNN)
    • ๐Ÿ‘Œ improved and updated documentation
    • โšก๏ธ Implement SWA(SGD|ADAM) and Adagrad Optimizers
    • cache numerized data in memory
    • TorchScript BPE tokenization
    • โšก๏ธ CLI command to update configs
    • Visualize gradients with tensorboard

    ๐Ÿ›  Many bug fixes and code clean-ups

  • v0.1.5 Changes

    April 16, 2019

    v0.1.5

    Note: this is a last release in 0.1.x. The next release will deprecate Task and Model base classes and make the improved API of the new data handler the default. You can start using it already by inheriting from NewTask. NewDocumentClassification and NewWordTaggingTask use this new API, and you can get the first example in the tutorial "Custom Data Format".

    ๐Ÿ†• New Stuff

    • โž• add config adapter
      • PyText is very young and its API is still in flux, making the config files brittle
      • config files now have a version number reflecting the API at the time it was created
      • older versions can be loaded and internally transformed into newer versions
    • ๐Ÿ‘ better metrics and reporting
      • better training time tracking
      • cool new visualization of model state in TensorBoard
      • pretty results in the terminal
    • ๐Ÿ‘Œ improved distributed training
    • torchscript export
    • ๐Ÿ‘Œ support for SQuAD dataset
    • โž• add AugmentedLSTM
    • โž• add dense features support
    • ๐Ÿ†• new plugin system: command line option --include to import custom user classes (see tutorial "Custom Data Format" for example)

    ๐Ÿ›  Many bug fixes and code clean-ups

  • v0.1.4 Changes

    February 07, 2019

    v0.1.4

    ๐Ÿ†• New Stuff

    • ๐Ÿš€ Used pip freeze to pin all dependency versions as part of release, should increase stability
    • ๐Ÿ”จ Refactor Metric Reporters to reduce coupling
    • RNNG Improvements:
      • Support Pretrained embeddings in RNNG
      • Support GPU Training
      • More Test Coverage
      • Tensorboard Support
    • โž• Added QueryDocumentPairwiseRankingModel
    • Distributed Training Improvments:
      • Sharded Data Loading to reduce memory consumption
      • Fix Several issues with race conditions and unserializable state
    • โฌ‡๏ธ Reduced GPU memory Consumption by skipping gradient computation on evaluation

    ๐Ÿ›  And lots of bug fixes

    Known Issues

    ๐Ÿ“Œ PyText doesn't work with the new ONNX v1.4.0, so we have pinned it to 1.3.0 for now

  • v0.1.3 Changes

    • Remove epoch_size param from DisjointMultitask, use target_task (or shortest) to set epoch_size