我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。
uinput = "Perform Semantic Role Labeling on the following sentence:Now, ice pucks guys!"
text = dialog(uinput)
print("Viewer request", uinput)
print("ChatGPT SRL:", text)
結果為:

我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。
uinput = "Perform Semantic Role Labeling on the following sentence:Now, ice pucks guys!"
text = dialog(uinput)
print("Viewer request", uinput)
print("ChatGPT SRL:", text)
結果為: