tomcat123a

Results 26 comments of tomcat123a

It's easy to insert MACD,the area of green bars or red bars in, because the starting date and ending date of each K bar can be obtained, and if you...

The segmentation of each trend is not included in the code published, since the design logic and pseudo-code will be charged for intelligence property via consulting.

The code provided only covers how to decompose K bars into basic components as the lowest level,I can show you a logically complete design for building higher levels of the...

https://github.com/shibing624/MedicalGPT 参考这个项目,预训练,指令微调,rm模型训练,ppo都有现成的。

https://github.com/shibing624/MedicalGPT 参考这个项目,预训练,指令微调,rm模型训练,ppo都有现成的。

https://github.com/shibing624/MedicalGPT 参考这个项目,预训练,指令微调,rm模型训练,ppo都有现成的

答案在这个代码里。 [pretrain_glm.py](https://github.com/THUDM/GLM/blob/main/pretrain_glm.py)

参考 https://github.com/THUDM/GLM/tree/main Pretrain Run the following script to pre-train the GLM-Large model bash scripts/ds_pretrain_nvidia.sh config/ds_block_large.sh The script [scripts/ds_pretrain_nvidia.sh](https://github.com/THUDM/GLM/blob/main/scripts/ds_pretrain_nvidia.sh) launches the training program with DeepSpeed. You should change NUM_WORKERS and NUM_GPUS_PER_WORKER...

https://github.com/shibing624/MedicalGPT/blob/main/pretraining.py 这个是chatglm6b的预训练。