mirror of
https://github.com/RYDE-WORK/lnp_ml.git
synced 2026-09-18 15:03:20 +08:00
36 lines
693 B
Markdown
36 lines
693 B
Markdown
# LNP Modeling Components
|
|
|
|
This repository contains reusable neural network architecture components for molecular and formulation modeling.
|
|
|
|
## Included
|
|
|
|
- Molecular feature encoders
|
|
- Token projection layers
|
|
- Set-based attention modules
|
|
- Mixture-of-experts layers
|
|
- Feature fusion modules
|
|
- Prediction heads
|
|
|
|
## Excluded
|
|
|
|
This repository does not include:
|
|
|
|
- Training or evaluation datasets
|
|
- Processed data
|
|
- Model checkpoints
|
|
- Precomputed embeddings
|
|
- Experimental results
|
|
- Prediction outputs
|
|
- Server-specific configuration
|
|
- Private file paths
|
|
|
|
Users must provide their own authorized data and runtime configuration.
|
|
|
|
## Installation
|
|
|
|
pip install -e .
|
|
|
|
## License
|
|
|
|
See `LICENSE`.
|