lnp_ml/README.md
2026-08-01 04:12:08 +08:00

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`.