{ | |
"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 | |
} | |
} |