dongqi shen
dongqi shen
When I run the c++ file, it just went to the end. It seems to skip the cin part. How could fix it out? Thanks
Hi, Thanks for you paper and code which helped me a lot. I tried to run the code, but it stoped at 'X_train, y_train, X_test, y_test = data_loader.load_data(seq_len=hparams.max_time_step)' It remained...
Hi, there. I looked through the readme file and didn't find out-of-the-box support for these models. Although they have a similar structure to GPT2, it is still relatively hard for...
I want to fine-tune Qwen2 to support custom function calling, but I am stuck on how to format function calling. I checked the implementation in [qwen-agent](https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/llm/function_calling.py), and the template is...