Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/IAHispano/applio-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Apr 18, 2024
2 parents 7b551a1 + af1ef71 commit 8acdf34
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions get-started/pretrained.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD:get-started/pretrained.md
---
icon: sliders
order: E
Expand Down Expand Up @@ -61,3 +62,47 @@ Works well with Russian or Japanese language datasets and also helps models of o
Make sure to select the sample rate according to the sample rate of the custom pretraineds.

> https://huggingface.co/MUSTAR/SnowieV3.1-X-RinE3-40K/tree/main
=======
---
icon: sliders
order: E
---

# Custom Pretraineds

- In the training tab, check the **'Custom Pretrained'** box, upload the files, and select it in the **Pretrained G/D Path boxes**.

![](/assets/load_pretrained.png)

## What are custom pretraineds?

Those are pretraineds trained by AI enthusiasts, unlike the original pretraineds, were created using long higher-quality datasets. Additionally, they yield better results in models.

### Ov2 Super by SimplCup

Works well for small and English datasets. Additionally, it allows models to train with very few epochs compared to regular pretrains. This only supports **32k and 40k** sample rates.

> https://huggingface.co/ORVC/Ov2Super/tree/main
### RIN E3 by Mustar

Yields good results with clean and English datasets, but it is more sensitive to noise. This only supports **40k** sample rate.

> https://huggingface.co/MUSTAR/RIN_E3/tree/main
### SnowieV3 by Mustar

Works well with Russian datasets and also helps models of other languages to pronounce Russian well. Supports **all the sample rates**.

- **32k**: [SnowieV3.1-32k](https://huggingface.co/MUSTAR/SnowieV3.1-32k/tree/main)
- **40k**: [SnowieV3.1-40k](https://huggingface.co/MUSTAR/SnowieV3.1-40k/tree/main)
- **48k**: [SnowieV3.1-48k](https://huggingface.co/MUSTAR/SnowieV3.1-48k/tree/main)

### SnowieV3 X RIN_E3 by Mustar

Works well with Russian or Japanese language datasets and also helps models of other languages to pronounce Russian or Japanese well. This only supports **40k** sample rate.

Make sure to select the sample rate according to the sample rate of the custom pretraineds.

> https://huggingface.co/MUSTAR/SnowieV3.1-X-RinE3-40K/tree/main
>>>>>>> af1ef719174b1c782c1ed3dc586019044ec41fae:Get-Started/Pretrained.md

0 comments on commit 8acdf34

Please sign in to comment.