File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11__title__ = 'lightwood'
22__package_name__ = 'lightwood'
3- __version__ = '25.2.2 .0'
3+ __version__ = '25.3.3 .0'
44__description__ = "Lightwood is a toolkit for automatic machine learning model building"
55__email__ = "community@mindsdb.com"
66__author__ = 'MindsDB Inc'
Original file line number Diff line number Diff line change 1212 DistilBertModel ,
1313 DistilBertForSequenceClassification ,
1414 DistilBertTokenizerFast ,
15- AdamW ,
1615 get_linear_schedule_with_warmup ,
1716)
17+ from torch .optim import AdamW
1818from sklearn .model_selection import train_test_split
1919
2020from lightwood .encoder .text .helpers .pretrained_helpers import TextEmbed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " lightwood"
7- version = " 25.2.2 .0"
7+ version = " 25.3.3 .0"
88description = " Lightwood is Legos for Machine Learning."
99authors = [" MindsDB Inc." ]
1010license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments