Skip to content

Releases: gagan3012/keytotext

Latest: 1.5.0

09 Jul 15:22
Compare
Choose a tag to compare

Trainer tool finalized and completed!

v.1.4.1

02 Jul 23:34
Compare
Choose a tag to compare

Val acc added

v.1.3.9

02 Jul 20:51
Compare
Choose a tag to compare

Bug fixes

v.1.3.8

02 Jul 20:38
Compare
Choose a tag to compare

New Upload to hf hub module

v.1.3.1

16 Jun 03:02
Compare
Choose a tag to compare

Documentation updated along with sematic versioning

v0.3.1

15 Jun 21:23
Compare
Choose a tag to compare

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

15 Jun 07:56
Compare
Choose a tag to compare

This release features the new Trainer module
More details coming soon

v0.2.5

12 May 19:27
Compare
Choose a tag to compare

Changes:

  • Bug Fixes
  • Maintaining new models

v0.2.4

11 May 17:16
Compare
Choose a tag to compare

Changes:

  • Refactoring of code
  • Ability to add new models too

v0.2.3

10 May 22:00
f072c93
Compare
Choose a tag to compare

v0.2.3 :

  • Bug fixes
  • New models added