Skip to content

Get Started

Installation

Clone the repository using the following command:

git clone https://github.com/PIQuIL/RydbergGPT
Install with pip :
cd RydbergGPT
pip install .

Usage

Tutorials

You find tutorials for using RydbergGPT in the examples/ folder.

Configuration

Theconfig.yaml is used to define the hyperparameters for: - Model architecture - Training settings - Data loading - Others

Training

To train RydbergGPT locally, execute the train.py with:

python train.py --config_name=config_small.yaml