Skip to content

Releases: gagan3012/keytotext

Latest: 1.5.0

Choose a tag to compare

@gagan3012 gagan3012 released this 09 Jul 15:22

Trainer tool finalized and completed!

v.1.4.1

Choose a tag to compare

@gagan3012 gagan3012 released this 02 Jul 23:34

Val acc added

v.1.3.9

Choose a tag to compare

@gagan3012 gagan3012 released this 02 Jul 20:51

Bug fixes

v.1.3.8

Choose a tag to compare

@gagan3012 gagan3012 released this 02 Jul 20:38

New Upload to hf hub module

v.1.3.1

Choose a tag to compare

@gagan3012 gagan3012 released this 16 Jun 03:02

Documentation updated along with sematic versioning

v0.3.1

Choose a tag to compare

@gagan3012 gagan3012 released this 15 Jun 21:23

This version features a tested trainer which can be used in 4 lines of code:

from keytotext import KeytotextTrainer

model = KeytotextTrainer()
model.from_pretrained(model_name="t5-small")
model.train(data_df=df,batch_size=4, max_epochs=3, use_gpu=True)
model.save_model()

v0.2.9

Choose a tag to compare

@gagan3012 gagan3012 released this 15 Jun 07:56

This release features the new Trainer module
More details coming soon

v0.2.5

Choose a tag to compare

@gagan3012 gagan3012 released this 12 May 19:27

Changes:

  • Bug Fixes
  • Maintaining new models

v0.2.4

Choose a tag to compare

@gagan3012 gagan3012 released this 11 May 17:16

Changes:

  • Refactoring of code
  • Ability to add new models too

v0.2.3

Choose a tag to compare

@gagan3012 gagan3012 released this 10 May 22:00
f072c93

v0.2.3 :

  • Bug fixes
  • New models added