Skip to content

quinbez/Standard-Transformer

 
 

Repository files navigation

Standard Transformer

A standard transformer for text generation.

Installation

Clone the Repository

git clone https://github.com/Betty987/Standard-Transformer.git

Navigate to the Project Directory

cd Standard-Transformer

Install Dependencies

Ensure you have a virtual environment (optional but recommended):

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Install required packages:

pip install -r requirements.txt

Run the main script

python main.py

About

A standard transformer for text generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.5%
  • Shell 2.5%