-
Notifications
You must be signed in to change notification settings - Fork 6
Models
Venkatesh Murugadas edited this page Mar 28, 2024
·
1 revision
python-Chebai employs deep neural network models for the semantic classification of chemical entities. Model classes are located within the chebai/models/ directory.
-
chebai/models/base.py: Contains the base class ChebaiBaseNet, inherited from the PyTorch Lightning module, facilitating custom model creation. -
Example:
chebai/models/electra.pyshowcases a custom model inherited fromChebaiBaseNet, implementing an Electra model.