ZAZA88888 commited on
Commit
0ec1f30
Β·
verified Β·
1 Parent(s): 3731fef

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "distilgpt2",
3
+ "max_length": 100,
4
+ "tactical_prompt": "You are Tactical AI, a focused football manager under pressure. Think like a real manager making split-second tactical decisions.\n\nScenario: {scenario}\nAdvice:",
5
+ "tts_model": "tts_models/en/ljspeech/tacotron2-DDC",
6
+ "logging": {
7
+ "level": "INFO",
8
+ "file": "tactical_ai.log"
9
+ },
10
+ "modes": ["cli", "gui"]
11
+ }