_neoty
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,20 @@ datasets:
|
|
8 |
Nezox is a pre-trained model specifically designed for voice model training in Indonesian.
|
9 |
|
10 |
|
11 |
-
i've been testing 120 epoch make a good result
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
Nezox is a pre-trained model specifically designed for voice model training in Indonesian.
|
9 |
|
10 |
|
11 |
+
i've been testing 120 epoch make a good result
|
12 |
+
|
13 |
+
<!DOCTYPE html>
|
14 |
+
<html lang="en">
|
15 |
+
<head>
|
16 |
+
<meta charset="UTF-8">
|
17 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
18 |
+
<title></title>
|
19 |
+
</head>
|
20 |
+
<body>
|
21 |
+
<h1>Audio Exmple</h1>
|
22 |
+
<audio controls>
|
23 |
+
<source src="https://huggingface.co/theNeofr/Nezox/resolve/main/cli_output.wav" type="audio/wav">
|
24 |
+
Your browser does not support the audio element.
|
25 |
+
</audio>
|
26 |
+
</body>
|
27 |
+
</html>
|