Update README.md
Browse files
README.md
CHANGED
@@ -53,27 +53,33 @@ tags:
|
|
53 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
|
54 |
animation: textFadeIn 1s ease-in-out;
|
55 |
}
|
|
|
|
|
|
|
|
|
|
|
56 |
table {
|
57 |
width: 100%;
|
58 |
border-collapse: collapse;
|
59 |
-
margin-bottom: 2rem;
|
60 |
table-layout: fixed;
|
61 |
border-radius: 5px;
|
62 |
overflow: hidden;
|
63 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
64 |
animation: slideIn 1s ease-in-out;
|
|
|
65 |
}
|
66 |
th, td {
|
67 |
padding: 1rem;
|
68 |
-
border: 1px solid #
|
69 |
font-size: 1.2rem;
|
70 |
text-align: center;
|
71 |
vertical-align: middle;
|
72 |
transition: background 0.3s ease, transform 0.3s ease;
|
73 |
-
background-color: #
|
|
|
74 |
}
|
75 |
th {
|
76 |
-
background-color: #
|
77 |
color: #fff;
|
78 |
}
|
79 |
a {
|
@@ -115,7 +121,7 @@ tags:
|
|
115 |
animation: pulse 2s infinite;
|
116 |
}
|
117 |
.table-row td:hover {
|
118 |
-
background-color: #
|
119 |
transform: scale(1.05);
|
120 |
}
|
121 |
.icon {
|
@@ -178,91 +184,95 @@ tags:
|
|
178 |
<p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p>
|
179 |
<hr>
|
180 |
<h2>HuBERT Models</h2>
|
181 |
-
<table>
|
182 |
-
<
|
183 |
-
<
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
<
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
<
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
<
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
<
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
<
|
204 |
-
|
205 |
-
|
206 |
-
|
|
|
|
|
207 |
<h2>Pre-Trained Models</h2>
|
208 |
-
<table>
|
209 |
-
<
|
210 |
-
<
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
<
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
<
|
219 |
-
|
220 |
-
|
221 |
-
<
|
222 |
-
|
223 |
-
|
224 |
-
<
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
<
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
<
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
<
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
<
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
<
|
245 |
-
|
246 |
-
|
247 |
-
<
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
<
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
<
|
256 |
-
|
257 |
-
|
258 |
-
<
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
<
|
263 |
-
|
264 |
-
|
265 |
-
|
|
|
|
|
266 |
<hr>
|
267 |
<a href="https://www.donationalerts.com/r/politrees" target="_blank" class="donate-button">Send Donation</a>
|
268 |
</div>
|
|
|
53 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
|
54 |
animation: textFadeIn 1s ease-in-out;
|
55 |
}
|
56 |
+
.table-container {
|
57 |
+
width: 100%;
|
58 |
+
overflow-x: auto;
|
59 |
+
margin-bottom: 2rem;
|
60 |
+
}
|
61 |
table {
|
62 |
width: 100%;
|
63 |
border-collapse: collapse;
|
|
|
64 |
table-layout: fixed;
|
65 |
border-radius: 5px;
|
66 |
overflow: hidden;
|
67 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
68 |
animation: slideIn 1s ease-in-out;
|
69 |
+
background-color: #333;
|
70 |
}
|
71 |
th, td {
|
72 |
padding: 1rem;
|
73 |
+
border: 1px solid #555;
|
74 |
font-size: 1.2rem;
|
75 |
text-align: center;
|
76 |
vertical-align: middle;
|
77 |
transition: background 0.3s ease, transform 0.3s ease;
|
78 |
+
background-color: #444;
|
79 |
+
color: #fff;
|
80 |
}
|
81 |
th {
|
82 |
+
background-color: #6a006a;
|
83 |
color: #fff;
|
84 |
}
|
85 |
a {
|
|
|
121 |
animation: pulse 2s infinite;
|
122 |
}
|
123 |
.table-row td:hover {
|
124 |
+
background-color: #555;
|
125 |
transform: scale(1.05);
|
126 |
}
|
127 |
.icon {
|
|
|
184 |
<p>A repository of pretrained models, HuBERT models, and other files for RVC neural network.</p>
|
185 |
<hr>
|
186 |
<h2>HuBERT Models</h2>
|
187 |
+
<div class="table-container">
|
188 |
+
<table>
|
189 |
+
<tr>
|
190 |
+
<th class="model-col">Model</th>
|
191 |
+
<th class="author-col">Author</th>
|
192 |
+
</tr>
|
193 |
+
<tr class="table-row">
|
194 |
+
<td class="model-col"><span class="icon">π</span>contentvec_base</td>
|
195 |
+
<td class="author-col"><a href="https://github.com/auspicious3000" target="_blank"><span class="icon">π€</span>auspicious3000</a></td>
|
196 |
+
</tr>
|
197 |
+
<tr class="table-row">
|
198 |
+
<td class="model-col"><span class="icon">π</span>japanese_hubert_base</td>
|
199 |
+
<td class="author-col"><a href="https://huggingface.co/rinna" target="_blank"><span class="icon">π€</span>rinna</a></td>
|
200 |
+
</tr>
|
201 |
+
<tr class="table-row">
|
202 |
+
<td class="model-col"><span class="icon">π</span>chinese_hubert_base</td>
|
203 |
+
<td class="author-col"><a href="https://huggingface.co/TencentGameMate" target="_blank"><span class="icon">π€</span>TencentGameMate</a></td>
|
204 |
+
</tr>
|
205 |
+
<tr class="table-row">
|
206 |
+
<td class="model-col"><span class="icon">π</span>korean_hubert_base</td>
|
207 |
+
<td class="author-col"><a href="https://huggingface.co/team-lucid" target="_blank"><span class="icon">π€</span>team-lucid</a></td>
|
208 |
+
</tr>
|
209 |
+
<tr class="table-row">
|
210 |
+
<td class="model-col"><span class="icon">π</span>portuguese_hubert_base</td>
|
211 |
+
<td class="author-col"><a href="https://huggingface.co/shiromiya" target="_blank"><span class="icon">π€</span>shiromiya</a></td>
|
212 |
+
</tr>
|
213 |
+
</table>
|
214 |
+
</div>
|
215 |
<h2>Pre-Trained Models</h2>
|
216 |
+
<div class="table-container">
|
217 |
+
<table>
|
218 |
+
<tr>
|
219 |
+
<th class="model-col">Model</th>
|
220 |
+
<th class="author-col">Author</th>
|
221 |
+
</tr>
|
222 |
+
<tr class="table-row">
|
223 |
+
<td class="model-col"><span class="icon">π</span>Rigel</td>
|
224 |
+
<td class="author-col" rowspan="3"><a href="https://huggingface.co/MUSTAR" target="_blank"><span class="icon">π€</span>MUSTAR</a></td>
|
225 |
+
</tr>
|
226 |
+
<tr class="table-row">
|
227 |
+
<td class="model-col"><span class="icon">π</span>Snowie</td>
|
228 |
+
</tr>
|
229 |
+
<tr class="table-row">
|
230 |
+
<td class="model-col"><span class="icon">π</span>RIN_E3</td>
|
231 |
+
</tr>
|
232 |
+
<tr class="table-row">
|
233 |
+
<td class="model-col"><span class="icon">π</span>Ov2Super</td>
|
234 |
+
<td class="author-col"><a href="https://huggingface.co/ORVC" target="_blank"><span class="icon">π€</span>ORVC</a></td>
|
235 |
+
</tr>
|
236 |
+
<tr class="table-row">
|
237 |
+
<td class="model-col"><span class="icon">π</span>TITAN</td>
|
238 |
+
<td class="author-col"><a href="https://huggingface.co/blaise-tk" target="_blank"><span class="icon">π€</span>blaise-tk</a></td>
|
239 |
+
</tr>
|
240 |
+
<tr class="table-row">
|
241 |
+
<td class="model-col"><span class="icon">π</span>itaila</td>
|
242 |
+
<td class="author-col"><a href="https://huggingface.co/TheStinger" target="_blank"><span class="icon">π€</span>TheStinger</a></td>
|
243 |
+
</tr>
|
244 |
+
<tr class="table-row">
|
245 |
+
<td class="model-col"><span class="icon">π</span>KLM</td>
|
246 |
+
<td class="author-col"><a href="https://huggingface.co/SeoulStreamingStation" target="_blank"><span class="icon">π€</span>SeoulStreamingStation</a></td>
|
247 |
+
</tr>
|
248 |
+
<tr class="table-row">
|
249 |
+
<td class="model-col"><span class="icon">π</span>SingerPretrain</td>
|
250 |
+
<td class="author-col" rowspan="2"><a href="https://huggingface.co/Sztef" target="_blank"><span class="icon">π€</span>Sztef</a></td>
|
251 |
+
</tr>
|
252 |
+
<tr class="table-row">
|
253 |
+
<td class="model-col"><span class="icon">π</span>Anime</td>
|
254 |
+
</tr>
|
255 |
+
<tr class="table-row">
|
256 |
+
<td class="model-col"><span class="icon">π</span>DMR</td>
|
257 |
+
<td class="author-col"><a href="https://huggingface.co/Razer112" target="_blank"><span class="icon">π€</span>Razer112</a></td>
|
258 |
+
</tr>
|
259 |
+
<tr class="table-row">
|
260 |
+
<td class="model-col"><span class="icon">π</span>UKR</td>
|
261 |
+
<td class="author-col" rowspan="2"><a href="https://huggingface.co/Plasmati" target="_blank"><span class="icon">π€</span>Plasmati</a></td>
|
262 |
+
</tr>
|
263 |
+
<tr class="table-row">
|
264 |
+
<td class="model-col"><span class="icon">π</span>UKA</td>
|
265 |
+
</tr>
|
266 |
+
<tr class="table-row">
|
267 |
+
<td class="model-col"><span class="icon">π</span>IMA_Robotic</td>
|
268 |
+
<td class="author-col"><a href="https://huggingface.co/Loren85" target="_blank"><span class="icon">π€</span>Loren85</a></td>
|
269 |
+
</tr>
|
270 |
+
<tr class="table-row">
|
271 |
+
<td class="model-col"><span class="icon">π</span>Nanashi</td>
|
272 |
+
<td class="author-col"><a href="https://huggingface.co/shiromiya" target="_blank"><span class="icon">π€</span>shiromiya</a></td>
|
273 |
+
</tr>
|
274 |
+
</table>
|
275 |
+
</div>
|
276 |
<hr>
|
277 |
<a href="https://www.donationalerts.com/r/politrees" target="_blank" class="donate-button">Send Donation</a>
|
278 |
</div>
|