dedadev commited on
Commit
7cbe3b8
·
verified ·
1 Parent(s): cb7a56d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,11 +7,15 @@ tags:
7
  - f5-tts
8
  - serbian
9
  license: mit
 
 
 
10
  ---
11
 
12
  # F5-TTS Serbian
13
 
14
  A Serbian TTS model based on [F5-TTS](https://github.com/SWivid/F5-TTS), trained from scratch on a Serbian speech dataset.
 
15
 
16
  ## Model Details
17
 
@@ -69,4 +73,4 @@ from f5_tts.infer.utils_infer import load_checkpoint
69
 
70
  ckpt = torch.load("model_430000.pt", map_location="cpu")
71
  model_state = ckpt["ema_model_state_dict"]
72
- ```
 
7
  - f5-tts
8
  - serbian
9
  license: mit
10
+ base_model:
11
+ - SWivid/F5-TTS
12
+ pipeline_tag: text-to-speech
13
  ---
14
 
15
  # F5-TTS Serbian
16
 
17
  A Serbian TTS model based on [F5-TTS](https://github.com/SWivid/F5-TTS), trained from scratch on a Serbian speech dataset.
18
+ This model is not production ready, still halucinates. Its just a test.
19
 
20
  ## Model Details
21
 
 
73
 
74
  ckpt = torch.load("model_430000.pt", map_location="cpu")
75
  model_state = ckpt["ema_model_state_dict"]
76
+ ```