This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
v2.7.0
What's new
Added π
- Added some additional
__init__()
parameters to theT5
model inallennlp_models.generation
for customizing.
beam search and other options. - Added a configuration file for fine-tuning
t5-11b
on CCN-DM (requires at least 8 GPUs). - Added a configuration to train on the PIQA dataset with AllenNLP Tango.
- Added a transformer classification model.
- Added a configuration to train on the IMDB dataset with AllenNLP Tango.
Fixed β
- Fixed tests for Spacy versions greater than 3.1.
- Fixed the last step decoding when training CopyNet.
- Allow singleton clusters in
ConllCorefScores
.
Changed β οΈ
- Updated
VisionReader
to yield all ofRegionDetectorOutput
's keys in processing.
Commits
ae7942e Prepare for release v2.7.0
a8a3486 update conll (#298)
54de9d6 IMDB Model (#297)
8d5b21f Fix a bug in the last decoding step of training CopyNet (#296)
1156e49 Bump conllu from 4.4 to 4.4.1 (#295)
31649f5 PIQA in Tango (#294)
4eb7c27 Updating vision reader to also produce class probs and labels (#293)
7b7b9c1 Spacy new version (#290)
f991ae0 Update mkdocs-material requirement from <7.2.0,>=5.5.0 to >=5.5.0,<7.3.0 (#289)
db0e21a FairScale integration and T5-11B fine-tuning (#271)