我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。
uinput = "Perform Semantic Role Labeling on the following sentence:The bright sun, the blue sky, the warm sand, the palm trees, everything round off."
text = dialog(uinput)
print("Viewer request", uinput)
print("ChatGPT Sentiment Analysis:", text)
結果為: