Replies: 3 comments 3 replies
-
Hello, @dkbs12!
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, As for No.2 question, the clause "The AI Agent does not have any information or tools related to A" was actually answer made by generative_pipeline which used the google/flan-t5 model. Question : "How does Michael Jackson look like?" Answer |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to ask three things about the tutorial '25_Customizing_Agent' as below.
I found an odd answer using Agent when I made a query as "How tall was the Rhodes statue comparing to the modern Statue of Liberty?"
I used the Colab in the tutorial and everything was as same as written in the Colab.
The final answer to the above query was "The Rhodes statue was taller than the modern Statue of Liberty.".
But, the context in the concerned file was "According to most contemporary descriptions, the Colossus stood approximately 70 cubits, or 33 metres (108 feet) high – approximately the height of the modern Statue of Liberty from feet to crown – making it the tallest statue in the ancient world."
So I don't think there is any confident evidence for the final answer by inferring from the context.
What do you think it bring the Agent to make such an answer?
Second, I have been seeing two type s of answer when the Agent generate insufficient or ambiguous answer.
One of them is "inconclusive" and the other is "The AI Agent does not have any information or tools related to A".
I'd like to know what is the difference between both of them and what makes this kind of difference.
Third, they used "text-davinci-003" for creating a generative QA pipeline but, used "gpt-3.5-turbo" when initialize PromptNode for the Agent.
As you know, both of them is model of OpenAI but, I'd like to know there is any special reason for using different model for each process.
What if I adopt the same model for each process?
I always appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions