Skip to content

Releases: EricFillion/happy-transformer

Text Generation Pipeline

08 May 03:12
7706600
Compare
Choose a tag to compare

Resolves #220 by using a TextGenerationPipeline. It also improves consistency as all most of the other tasks use a Pipeline (other than next sentence prediction).

2.2.1: Updated Minimum Version for Transformers

04 May 18:54
84aa4a3
Compare
Choose a tag to compare

Increased the minimum version for Hugging Face's transformers library from 4.0.0 to 4.4.0.

See #215 for more details

2.2.0: Text Generation With Training + More

04 May 18:19
Compare
Choose a tag to compare

New Features:

Text generation with training
Word prediction training
Saving/loading models
Saving/loading preprocessed data
You can now change the batch size when training and evaluating
Dataclasses can now be used for all finetuning “arg” parameters

2.1.0: New Models and Token Classification

03 Mar 03:57
e62cff8
Compare
Choose a tag to compare
  • You can now use any model that's available on Hugging Face's model distribution network for text classification, word prediction, next sentence prediction, question answering and token classification.
  • You can now perform token classification using HappyTokenClassification

Addresses:
#193
#133
#121

2.0.0: Fully Redesigned

13 Jan 08:00
16ca528
Compare
Choose a tag to compare

Introducing Version 2.0.0!

We fully redesigned Happy Transformer from the ground up.

New Features:
Question answering training
Multi label text classification training
Single predictions for text classification

Deprecated Features:
Masked word prediction training
Masked word prediction with multiple masks

Breaking changes:
Everything

Happy Transformer have been redesigned to promote scalability. Now it's easier than ever to add new models and features, and we encourage you to create PRs to contribute to the project.

1.1.3

13 Dec 06:04
2be19fd
Compare
Choose a tag to compare
  • Cleaned up logging
  • Resolved #137
  • Added "use_probability" parameter to next sentence prediction methods
  • Resolved #144
  • Fixed a bug that prevented using a GPU for masked word prediction

1.1.2

28 Apr 18:54
dbb6886
Compare
Choose a tag to compare

Fixed issues regarding fine tuning masked word prediction models.

1.1.1-alpha

28 Apr 04:36
1f27a7b
Compare
Choose a tag to compare
1.1.1-alpha Pre-release
Pre-release
Updated version to 1.1.1

1.1.0-alpha

28 Apr 04:30
51dcb2f
Compare
Choose a tag to compare
1.1.0-alpha Pre-release
Pre-release
Updated setup.py to 1.1.1-alpha

PyPi 1.1.0

17 Feb 22:39
3234281
Compare
Choose a tag to compare
Update setup.py