Spaces:
Sleeping
Sleeping
muhammedAdnan3
commited on
Commit
•
ddce589
1
Parent(s):
5e5e79d
Upload traincornai.json
Browse files- traincornai.json +75 -0
traincornai.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"voiceModel": {
|
3 |
+
"name": "TrinAI-Large",
|
4 |
+
"description": "A large-scale voice model for Trin AI, optimized for diverse and natural speech synthesis.",
|
5 |
+
"version": "1.0",
|
6 |
+
"language": "en-US",
|
7 |
+
"voiceSettings": {
|
8 |
+
"gender": "neutral",
|
9 |
+
"age": "adult",
|
10 |
+
"accent": "American",
|
11 |
+
"tone": "natural",
|
12 |
+
"speakingRate": 1.0,
|
13 |
+
"volumeGain": 0.0
|
14 |
+
},
|
15 |
+
"speechSynthesis": {
|
16 |
+
"voiceName": "TrinAI_Voice_Large",
|
17 |
+
"sampleRateHertz": 24000,
|
18 |
+
"pitch": 1.0,
|
19 |
+
"range": {
|
20 |
+
"min": 80,
|
21 |
+
"max": 250
|
22 |
+
},
|
23 |
+
"intelligibility": 0.8,
|
24 |
+
"emotionalTone": {
|
25 |
+
"happy": 0.6,
|
26 |
+
"sad": 0.3,
|
27 |
+
"angry": 0.2,
|
28 |
+
"neutral": 0.9
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"phoneticModels": [
|
32 |
+
{
|
33 |
+
"name": "TrinAI-Phonetic-Model-1",
|
34 |
+
"description": "Basic phonetic model for standard American English pronunciation.",
|
35 |
+
"phonemes": [
|
36 |
+
"AA", "AE", "AH", "AO", "AW", "AY", "B", "CH", "D", "DH", "EH", "ER", "EY", "F", "G", "HH", "IH", "IY", "JH", "K", "L", "M", "N", "NG", "OW", "OY", "P", "R", "S", "SH", "T", "TH", "UH", "UW", "V", "W", "Y", "Z", "ZH"
|
37 |
+
]
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"sampleVoices": [
|
41 |
+
{
|
42 |
+
"name": "TrinAI_Sample_Voice_1",
|
43 |
+
"description": "Sample voice for formal contexts.",
|
44 |
+
"gender": "male",
|
45 |
+
"age": "adult",
|
46 |
+
"audioFiles": [
|
47 |
+
"sample1.wav",
|
48 |
+
"sample2.wav",
|
49 |
+
"sample3.wav"
|
50 |
+
]
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"name": "TrinAI_Sample_Voice_2",
|
54 |
+
"description": "Sample voice for informal contexts.",
|
55 |
+
"gender": "female",
|
56 |
+
"age": "adult",
|
57 |
+
"audioFiles": [
|
58 |
+
"sample4.wav",
|
59 |
+
"sample5.wav",
|
60 |
+
"sample6.wav"
|
61 |
+
]
|
62 |
+
}
|
63 |
+
],
|
64 |
+
"performanceMetrics": {
|
65 |
+
"accuracy": 0.95,
|
66 |
+
"latency": "100ms",
|
67 |
+
"responseTime": "250ms"
|
68 |
+
},
|
69 |
+
"additionalFeatures": {
|
70 |
+
"emotionRecognition": true,
|
71 |
+
"contextualAdaptation": true,
|
72 |
+
"multiLanguageSupport": false
|
73 |
+
}
|
74 |
+
}
|
75 |
+
}
|