-
## What went wrong? 😲
This reported by Adam:
![telegram-cloud-photo-size-1-5168049734445804901-y](https://github.com/user-attachments/assets/dd6b5263-be5f-4810-8e52-0fae9eb6ee57)
Have just …
-
(lmflow_train) root@duxact:/data/projects/lmflow/LMFlow# ./scripts/run_finetune.sh \
--model_name_or_path /data/guihunmodel8.8B \
--dataset_path /data/projects/lmflow/case_report_data \
--out…
-
[Issue 50841](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=50841)
- [x] Dev work @labkey-adam
- [x] Fix automated tests @labkey-adam
- [x] Test Python client API @labkey…
-
1) I have used a modified version of SparkNet.
2) I have successfully trained GoogleNet from scratch using 2 machines covering entire imagenet(1.281167 million images)
3) I have achieved accuracy of 6…
-
When I run
```shell
deepspeed fastchat/train/train_lora.py --model_name_or_path /root/autodl-tmp/cjk/Fast-Chat-main/Codellama-7B --lora_r 16 --lora_alpha 16 --lora_dropout 0.05 -…
-
Hi, I tried running the normal train_gpt2.py code with Adam_mini. I had to remove the ValueError and Hessian spectrum import to make it work properly. I noticed that there was a good reduction in the …
-
### 🐛 Describe the bug
Hello pytorch team, I am recently converting [OpenAI's tensorflow RLHF code](https://github.com/openai/lm-human-preferences) to pytorch. Given the same data and model, I was …
-
cosyvoice中CosyVoice-500M-SFT模型可以通过 指定flow_embedding和llm_embedding,来改变生成语音的音色的。
但是,当我进行微调训练之后,模型生成的语音变得和样本语音完全一样了,就再也不能通过指定flow_embedding和llm_embedding来改变语音的音色。
我微调训练配置是这样的:
train_conf:
…
-
On
```
$ uname -a
Linux blizzard 5.19.0-31-generic #32-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 20 15:20:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
```
After a successful
```
$ python3 -m pip insta…
-
WaveDiff implements the Rectified Adam Optimiser from the TensorFlow Addons library that has stopped development (see details in [link](https://www.tensorflow.org/addons)). Minimal maintenance release…