Stage one of the project, done

This commit is contained in:
2025-09-29 22:40:17 -04:00
parent a3f14b18dc
commit c719c5873f
11 changed files with 529 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Discord Bot Configuration
DISCORD_TOKEN=your_discord_token_here
DISCORD_BOT_PREFIX=!
# Training Configuration
WANDB_API_KEY=your_wandb_key_here
WANDB_PROJECT=lyra-training
# Model Configuration
MODEL_SIZE=125M
CONTEXT_LENGTH=1024
BATCH_SIZE=8
# Database
DATABASE_PATH=lyra.db