NATURESPEAK-ML-UTTER/voice.config.json

108 lines
4.0 KiB
JSON
Raw Normal View History

2022-03-13 17:09:05 +01:00
{
"command_osc_channel" : "/command",
"host" : "127.0.0.1",
"port" : "1111",
"voices" : [
{
"background" : "0xff571111",
"color" : "0xffc8d75d",
"font" : "Times New Roman",
"name" : "CHAOS",
"osc_channel" : {
"background" : "/background",
"color" : "/font/color",
"root" : "/chaos",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance"
},
"model" :{
"model_dir": "data/tokens+models/Lafontaine-Fables[english].txt_bs=64_ns=3000_vs=5000",
"tokeniser_file": "data/tokens+models/Lafontaine-Fables[english].txt_bs=64_ns=3000_vs=5000/Lafontaine-Fables[english].txt_ns=5000.tokenizer.json",
"temperature": "1.2"
},
"size" : 100
},
{
"background" : "0xff020000",
"color" : "0xffebf3f1",
"font" : "Arial-BoldMT",
"name" : "ETHER",
"osc_channel" : {
"background" : "/background",
"color" : "/font/color",
"root" : "/ether",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance"
},
"model" :{
"model_dir": "data/tokens+models/Emerson-Nature.txt_bs=64_ns=8000_vs=5000",
"tokeniser_file": "data/tokens+models/Emerson-Nature.txt_bs=64_ns=8000_vs=5000/Emerson-Nature.txt_ns=5000.tokenizer.json",
"temperature": "0.9"
},
"size" : 100
},
{
"background" : "0xffdcb213",
"color" : "0xff353a39",
"font" : "NotoSansVai-Regular",
"name" : "BLAKE",
"osc_channel" : {
"background" : "/background",
"color" : "/font/color",
"root" : "/blake",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance"
},
"model" :{
"model_dir": "data/tokens+models/Blake-Songs-of-Innocence-and-of-Experience.txt_bs=64_ns=3000_vs=5000",
"tokeniser_file": "data/tokens+models/Blake-Songs-of-Innocence-and-of-Experience.txt_bs=64_ns=3000_vs=5000/Blake-Songs-of-Innocence-and-of-Experience.txt_ns=5000.tokenizer.json",
"temperature": "1.5"
},
"size" : 100
},
{
"background" : "0xff020000",
"color" : "0xffebf3f1",
"font" : "Arial-BoldMT",
"name" : "POMPOM",
"osc_channel" : {
"background" : "/background",
"color" : "/font/color",
"root" : "/pompom",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance"
},
"model" :{
"model_dir": "data/tokens+models/NEWNATUREPOEMS.txt_bs=64_ns=5000_vs=5000",
"tokeniser_file": "data/tokens+models/NEWNATUREPOEMS.txt_bs=64_ns=5000_vs=5000/NEWNATUREPOEMS.txt_ns=5000.tokenizer.json",
"temperature": "0.5"
},
"size" : 100
},
{
"background" : "0xff571111",
"color" : "0xffc8d75d",
"font" : "Times New Roman",
"name" : "THEO",
"osc_channel" : {
"background" : "/background",
"color" : "/font/color",
"root" : "/theo",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance"
},
"model" :{
"model_dir": "data/tokens+models/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_bs=64_ns=8000_vs=5000",
"tokeniser_file": "data/tokens+models/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_bs=64_ns=8000_vs=5000/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_ns=5000.tokenizer.json",
"temperature": "1.5"
},
"size" : 100
}
]
}