Stage one of the project, done
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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
|
Reference in New Issue
Block a user