2024年5月

Yes, in the context of language models like GPT, "top_p" refers to a parameter used in a sampling technique known as nucleus sampling. This technique is used to control the randomness of the generated text.

Here’s how it works:

- 阅读剩余部分 -

2024-05-24T11:49:11.png

用dll要把h文件也要加进来,代码文件里面引用.h

CMakeList.txt中加入

include_directories(${CMAKE_SOURCE_DIR}/path/to/headers)
target_link_libraries(graph union_set.dll)