Metadata-Version: 2.4
Name: pidtransformer
Version: 1.0.0
Summary: A Transformer architecture with internal PID control for stabilizing learning dynamics.
Home-page: https://github.com/Kangmin22/PID-Transformer-PROJECT
Author: Architect & Gem
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: pytest
Requires-Dist: scikit-learn
Requires-Dist: datasets
Requires-Dist: transformers
Requires-Dist: sentencepiece
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FILE: README.md
# Project P.I.D-T: The Vectorized Controller Initiative

This project aims to stabilize Transformer training by implementing a learnable geometric PID controller directly within the model's architecture.
