Updated to transformers 3+, nlp 0.4+, flair 0.6+, pandas 1+
New Features!
New and "easier" training framework with easy modules: `EasySequenceClassifier.train()` and `EasySequenceClassifier.evaluate()`
- Integrates `nlp.Dataset` and `transformers.Trainer` for a streamlined training workflow
- Tutorials, notebooks, and colab links available
- Sequence Classification task has been implemented, other NLP tasks are in the works
- `SequenceClassifierTrainer` is still available, but will be transitioned into the `EasySequenceClassifier` and deprecated
New and "easier" `LMFineTuner`
- Integrates `transformers.Trainer` for a streamlined training workflow
- Older `LMFineTuner` is still available as `LMFineTunerManual`, but will be deprecated in later releases
- Tutorials, notebooks, and colab links available
`EasyTextGenerator`
- New module for text generation. GPT models are currently supported, other models may work but still experimental
- Tutorials, notebooks, and colab links available
Tutorials and Documentation
- Documentation has been edited and updated to include additional features like the change in training frameworks and fine-tuning
- The sequence classification tutorial is a good indicator of the direction we are going with the training and fine-tuning framework
Notebooks and Colab
- Easy to run notebooks and colab links aligned with the tutorials are available
Bug fixes
- Minor bug and implementation error fixes from flair upgrades