mlinmg commited on
Commit
c98de0f
·
verified ·
1 Parent(s): bfce01d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json CHANGED
@@ -1,4 +1,14 @@
1
  {
 
 
 
 
 
 
 
 
 
 
2
  "activation_function": "gelu",
3
  "attn_pdrop": 0.1,
4
  "audio_config": {
 
1
  {
2
+ "_name_or_path": "AstraMindAI/xtts2-gpt",
3
+ "architectures": [
4
+ "XttsGPT"
5
+ ],
6
+ "torch_dtype": "float32",
7
+ "auto_map": {
8
+ "AutoConfig": "AstraMindAI/xtts2-gpt--gpt_config.XTTSGPTConfig",
9
+ "AutoModelForCausalLM": "AstraMindAI/xtts2-gpt--xtts2_gpt_modeling.XttsGPT",
10
+ "AutoTokenizer": "AstraMindAI/xtts2-gpt--tokenizer.XTTSTokenizerFast"
11
+ },
12
  "activation_function": "gelu",
13
  "attn_pdrop": 0.1,
14
  "audio_config": {