Releases: gagan3012/keytotext
Releases · gagan3012/keytotext
Latest: 1.5.0
Compare
Sorry, something went wrong.
No results found
Trainer tool finalized and completed!
v.1.4.1
Compare
Sorry, something went wrong.
No results found
v.1.3.9
Compare
Sorry, something went wrong.
No results found
v.1.3.8
Compare
Sorry, something went wrong.
No results found
New Upload to hf hub module
v.1.3.1
Compare
Sorry, something went wrong.
No results found
Documentation updated along with sematic versioning
v0.3.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This release features the new Trainer module
More details coming soon
v0.2.5
Compare
Sorry, something went wrong.
No results found
Changes:
Bug Fixes
Maintaining new models
v0.2.4
Compare
Sorry, something went wrong.
No results found
Changes:
Refactoring of code
Ability to add new models too
v0.2.3
Compare
Sorry, something went wrong.
No results found
v0.2.3 :
Bug fixes
New models added