This website requires JavaScript.
Explore
Help
Register
Sign In
mrq
/
vall-e
Watch
5
Star
9
Fork
0
You've already forked vall-e
Code
Issues
8
Pull Requests
Packages
Projects
Releases
Wiki
Activity
42fafbaaca
vall-e
/
vall_e
/
utils
History
mrq
42fafbaaca
actually fixed knowledge distillation because of errant -inf logits causing problems and needed to be filtered (and splitting text language / output audio language because it helps)
2024-12-06 21:55:20 -06:00
..
__init__.py
overhauled inference/sampler kwargs to stop being a bloated mess
2024-11-11 20:21:16 -06:00
distributed.py
io.py
actually fix validation of phonemes in the symmap
2024-09-21 12:19:34 -05:00
pattern.py
sampler.py
tweaks to bucket sampling
2024-11-13 11:09:24 -06:00
trainer.py
actually fixed knowledge distillation because of errant -inf logits causing problems and needed to be filtered (and splitting text language / output audio language because it helps)
2024-12-06 21:55:20 -06:00
unsloth.py
modified default arguments (ar temp = 0 and rep pen = 1.125 seems to be stable, at least given the few things i tested), do not pass top k/top p/min p to NAR even though technically none of those things should matter when greedy sampling
2024-10-22 18:12:39 -05:00
utils.py
overhauled inference/sampler kwargs to stop being a bloated mess
2024-11-11 20:21:16 -06:00
wrapper.py
modified default arguments (ar temp = 0 and rep pen = 1.125 seems to be stable, at least given the few things i tested), do not pass top k/top p/min p to NAR even though technically none of those things should matter when greedy sampling
2024-10-22 18:12:39 -05:00