Releases: gagan3012/keytotext
Releases · gagan3012/keytotext
Latest: 1.5.0
09 Jul 15:22
Compare
Sorry, something went wrong.
No results found
Trainer tool finalized and completed!
v.1.4.1
02 Jul 23:34
Compare
Sorry, something went wrong.
No results found
v.1.3.9
02 Jul 20:51
Compare
Sorry, something went wrong.
No results found
v.1.3.8
02 Jul 20:38
Compare
Sorry, something went wrong.
No results found
New Upload to hf hub module
v.1.3.1
16 Jun 03:02
Compare
Sorry, something went wrong.
No results found
Documentation updated along with sematic versioning
v0.3.1
15 Jun 21:23
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
15 Jun 07:56
Compare
Sorry, something went wrong.
No results found
This release features the new Trainer module
More details coming soon
v0.2.5
12 May 19:27
Compare
Sorry, something went wrong.
No results found
Changes:
Bug Fixes
Maintaining new models
v0.2.4
11 May 17:16
Compare
Sorry, something went wrong.
No results found
Changes:
Refactoring of code
Ability to add new models too
v0.2.3
10 May 22:00
Compare
Sorry, something went wrong.
No results found
v0.2.3 :
Bug fixes
New models added