alex1001222

Results 1 comments of alex1001222

You can set this option when call `model.generate()` function. The default value of `min_eos_p` is 0.2, `temperature`(also known as `temp` in `Bark API`) is 0.7. ``` import scipy from transformers...