Wataru commited on
Commit
1fba6cf
·
2 Parent(s): 4a4fc47 0530a7c

Merge origin/main into main with --allow-unrelated-histories; resolve conflicts preferring local

Browse files
Files changed (3) hide show
  1. .gitattributes +0 -1
  2. README.md +0 -1
  3. index.html +6 -1
.gitattributes CHANGED
@@ -46,7 +46,6 @@ static/videos/shiba.mp4 filter=lfs diff=lfs merge=lfs -text
46
  static/videos/steve.mp4 filter=lfs diff=lfs merge=lfs -text
47
  static/videos/teaser.mp4 filter=lfs diff=lfs merge=lfs -text
48
  static/videos/toby.mp4 filter=lfs diff=lfs merge=lfs -text
49
-
50
  # Track common binary assets for the demo
51
  *.wav filter=lfs diff=lfs merge=lfs -text
52
  *.mp3 filter=lfs diff=lfs merge=lfs -text
 
46
  static/videos/steve.mp4 filter=lfs diff=lfs merge=lfs -text
47
  static/videos/teaser.mp4 filter=lfs diff=lfs merge=lfs -text
48
  static/videos/toby.mp4 filter=lfs diff=lfs merge=lfs -text
 
49
  # Track common binary assets for the demo
50
  *.wav filter=lfs diff=lfs merge=lfs -text
51
  *.mp3 filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -22,6 +22,5 @@ short_description: Demo page for Sidon speech restoration model
22
  - Open `index.html` and duplicate one of the “Sample” boxes to add more items. Update the file paths per sample.
23
 
24
  The page uses Bulma CSS and standard HTML5 audio elements, so no backend is required. Serve statically (e.g., `python -m http.server`).
25
-
26
  # Website License
27
  <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
 
22
  - Open `index.html` and duplicate one of the “Sample” boxes to add more items. Update the file paths per sample.
23
 
24
  The page uses Bulma CSS and standard HTML5 audio elements, so no backend is required. Serve statically (e.g., `python -m http.server`).
 
25
  # Website License
26
  <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
index.html CHANGED
@@ -98,6 +98,7 @@
98
  <h2 class="title is-3">Abstract</h2>
99
  <div class="content has-text-justified">
100
  <p>
 
101
  Large-scale text-to-speech (TTS) systems are limited by the scarcity of clean,
102
  multilingual recordings. We introduce <b>Sidon</b>, a fast, open-source
103
  speech restoration model that converts noisy in-the-wild speech into
@@ -111,6 +112,10 @@
111
  recognition corpus improves the quality of synthetic
112
  speech in a zero-shot setting. Code and model are released to
113
  facilitate reproducible dataset cleansing for the research community.
 
 
 
 
114
  </p>
115
  </div>
116
  </div>
@@ -123,6 +128,7 @@
123
 
124
  <section class="section">
125
  <div class="container is-max-desktop">
 
126
  <h2 class="title is-3 has-text-centered">Full Multilingual Results (FLEURS)</h2>
127
  <div class="content has-text-centered is-size-6">
128
  <p>The full multilingual evaluation table is large. It is hidden by default to keep the page lightweight.</p>
@@ -149,7 +155,6 @@
149
 
150
  <h2 class="title is-3 has-text-centered" style="margin-top:2rem;">English Demo Samples</h2>
151
  <div id="samples-english-root" class="samples-root"></div>
152
-
153
  </div>
154
  </section>
155
 
 
98
  <h2 class="title is-3">Abstract</h2>
99
  <div class="content has-text-justified">
100
  <p>
101
+ <<<<<<< HEAD
102
  Large-scale text-to-speech (TTS) systems are limited by the scarcity of clean,
103
  multilingual recordings. We introduce <b>Sidon</b>, a fast, open-source
104
  speech restoration model that converts noisy in-the-wild speech into
 
112
  recognition corpus improves the quality of synthetic
113
  speech in a zero-shot setting. Code and model are released to
114
  facilitate reproducible dataset cleansing for the research community.
115
+ =======
116
+ Large-scale text-to-speech (TTS) systems are limited by the scarcity of clean, multilingual recordings. We
117
+ introduce <b>Sidon</b>, a fast, open-source speech restoration model that converts noisy in-the-wild
118
+ speech into studio-quality speech and scales to dozens of languages.
119
  </p>
120
  </div>
121
  </div>
 
128
 
129
  <section class="section">
130
  <div class="container is-max-desktop">
131
+ <<<<<<< HEAD
132
  <h2 class="title is-3 has-text-centered">Full Multilingual Results (FLEURS)</h2>
133
  <div class="content has-text-centered is-size-6">
134
  <p>The full multilingual evaluation table is large. It is hidden by default to keep the page lightweight.</p>
 
155
 
156
  <h2 class="title is-3 has-text-centered" style="margin-top:2rem;">English Demo Samples</h2>
157
  <div id="samples-english-root" class="samples-root"></div>
 
158
  </div>
159
  </section>
160