keytotext

Keywords to Sentences

MIT License

Downloads
1.4K
Stars
443
Committers
5
keytotext - Latest: 1.5.0 Latest Release

Published by gagan3012 over 3 years ago

Trainer tool finalized and completed!

keytotext - v.1.4.1

Published by gagan3012 over 3 years ago

Val acc added

keytotext - v.1.3.9

Published by gagan3012 over 3 years ago

Bug fixes

keytotext - v.1.3.8

Published by gagan3012 over 3 years ago

New Upload to hf hub module

keytotext - v.1.3.1

Published by gagan3012 over 3 years ago

Documentation updated along with sematic versioning

keytotext - v0.3.1

Published by gagan3012 over 3 years ago

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()
keytotext - v0.2.9

Published by gagan3012 over 3 years ago

This release features the new Trainer module
More details coming soon

keytotext - v0.2.5

Published by gagan3012 over 3 years ago

Changes:

  • Bug Fixes
  • Maintaining new models
keytotext - v0.2.4

Published by gagan3012 over 3 years ago

Changes:

  • Refactoring of code
  • Ability to add new models too
keytotext - v0.2.3

Published by gagan3012 over 3 years ago

v0.2.3 :

  • Bug fixes
  • New models added
keytotext - v0.2.2

Published by gagan3012 over 3 years ago

Changes:

  • Now keytotext supports new models trained by other people too
  • A new fine-tuning script
keytotext - v0.2.1

Published by gagan3012 over 3 years ago

Bug fixes

keytotext - v0.2.0 Latest Release

Published by gagan3012 over 3 years ago

Latest Release:

  • Completed API
  • Completed testing
  • completed all Evals
  • UI Improvements too
keytotext - v0.1.6

Published by gagan3012 over 3 years ago

Changes:

  • Updates to Eval pipeline
keytotext - v0.1.5

Published by gagan3012 over 3 years ago

Changes:

  • Added Trainer API
  • Added Eval pipeline
keytotext - v0.1.4

Published by gagan3012 over 3 years ago

Latest release

keytotext - v0.1.3

Published by gagan3012 over 3 years ago

Updates

keytotext -

Published by gagan3012 over 3 years ago

keytotext - 0.1.0

Published by gagan3012 over 3 years ago

Production release- 0.1.0

Package Rankings
Top 5.7% on Pypi.org
Badges
Extracted from project README
pypi Version Downloads Open In Colab Streamlit App API Call Docker Call HuggingFace Documentation Status Code style: black CodeFactor HuggingFace Open In Colab Open In Colab Streamlit App API Call Docker Call