Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的程序中,我选取了一个句子的开头部分(例如,“地形图主要关注”)并使用 GPT-2 生成一个句子的潜在结尾列表。我如何评估生成输出的这两个因素(使用 Python):生成的结尾是否与开头在语义上相关,以及整个句子(开头+结尾)是否流畅自然。
谢谢!