bensonbs

Results 10 comments of bensonbs

I have implemented the Diversified Perturbation Optimized (DPO) loss in `TTS/tts/layers/xtts/gpt.py` to improve the model's generalization ability and robustness. This implementation aims to address the issue of strange sounds occurring...

> can you give me an explanation? and how to try it? When the GPT-2 model generates shorter sentences, it sometimes fails to accurately produce the [STOP] token, resulting in...

Sorry to ask here, but I need some help. I've followed the [issues](https://github.com/lm-sys/FastChat/issues/412) but am still encountering the same error: ``` NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR...

> > Sorry to ask here, but I need some help. > > > > I've followed the [issues](https://github.com/[lm-sys/FastChat/issues/412](https://github.com/lm-sys/FastChat/issues/412)) but am still encountering the same error: > > ``` >...

> @bensonbs Your logs look fine to me. It seems model_worker can successfully receive input since `Add region_masks to image_args` is printed and the generation process doesn't raise any error....

``` root@46290910f996:~# python3 -m ferret.model.apply_delta --base ./model/vicuna-13b-v1-3 --target model/ferret-13b-v1-3 --delta model/ferret-13b-delta [2023-12-28 10:44:30,138] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator to cuda (auto detect) Loading base model Traceback (most recent call last): File...

Use `pip install deepspeed==0.8.3` get error: ``` root@e3677efd571d:/workspace/vall-e# python -m vall_e.train yaml=config/LibriTTS/ar.yml 1222it [00:00, 39223.40it/s] 2023-10-25 18:39:07 - vall_e.data - INFO - GR=0;LR=0 - {'': 1, '': 2, 'AA0': 3,...