File size: 338 Bytes
e56a4ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "model_name": "RabbitRedux",
  "version": "1.0",
  "author": "Canstralian",
  "description": "This configuration file defines the model settings for RabbitRedux.",
  "training_params": {
    "batch_size": 32,
    "learning_rate": 0.001,
    "epochs": 10
  },
  "inference_params": {
    "max_length": 128,
    "temperature": 0.7
  }
}