A standard transformer for text generation.
Clone the Repository
git clone https://github.com/Betty987/Standard-Transformer.gitNavigate to the Project Directory
cd Standard-TransformerInstall Dependencies
Ensure you have a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateInstall required packages:
pip install -r requirements.txtRun the main script
python main.py