metaltiger775 commited on
Commit
938e57d
1 Parent(s): 9156758

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -1,12 +1,34 @@
1
  ---
2
  license: mit
3
  pipeline_tag: audio-to-audio
 
 
4
  ---
5
 
6
- ## RVC Model
7
 
8
- RVC v2 model trained with a 20-minute long audio dataset using Eric Veteau's voice
9
 
10
- ## Training info
 
11
 
12
- RVC model trained using Applio Webui locally with a 3060 TI graphics card
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  pipeline_tag: audio-to-audio
4
+ tags:
5
+ - rvc
6
  ---
7
 
8
+ # RVC Model Card
9
 
10
+ ## Model Details
11
 
12
+ - **Model Name:** RVC v2 - Eric Veteau's Voice
13
+ - **Model Description:** This is an RVC v2 model that was trained with a relatively small dataset of Eric Veteau. This RVC model transforms the input audio to an output audio that sounds like Eric Veteau's voice.
14
 
15
+ ## Training Dataset
16
+
17
+ - **Dataset Description:** The model was trained on a 20-minute long audio dataset featuring Eric Veteau's voice. The dataset includes a variety of speech segments to capture different vocal nuances.
18
+
19
+ ## Training Information
20
+
21
+ - **Training Framework:** Applio Webui Locally
22
+ - **Hardware Used:** NVIDIA GeForce RTX 3060 TI
23
+ - **Training Time:** Approximately 2 hours
24
+
25
+ ## Model Performance
26
+
27
+ - **Loss Graph:**
28
+ ![Total Loss](loss_g_total.png)
29
+ - **Gradient Norm Graph:**
30
+ ![Gradient Norm](grad_norm_g.png)
31
+
32
+ ## Usage
33
+
34
+ This model is suitable for applications requiring voice transformation or voice cloning, particularly where Eric Veteau's voice is desired. It can be used in various audio-to-audio tasks such as dubbing, voice assistants, and more.