Update app.py
Browse files
app.py
CHANGED
@@ -158,6 +158,20 @@ d) All of the above
|
|
158 |
Answer: d) All of the above
|
159 |
|
160 |
Feedback: LLM-based applications have several limitations, including limited token capacity, lack of domain expertise, and being prone to hallucination, among others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
"""
|
162 |
|
163 |
# Function to clean AI response by removing unwanted formatting
|
|
|
158 |
Answer: d) All of the above
|
159 |
|
160 |
Feedback: LLM-based applications have several limitations, including limited token capacity, lack of domain expertise, and being prone to hallucination, among others.
|
161 |
+
|
162 |
+
3. Given the following info, what is the value of P(jam|Rain)?
|
163 |
+
P(no Rain) = 0.8;
|
164 |
+
P(no Jam) = 0.2;
|
165 |
+
P(Rain|Jam) = 0.1
|
166 |
+
|
167 |
+
a) 0.016
|
168 |
+
b) 0.025
|
169 |
+
c) 0.1
|
170 |
+
d) 0.4
|
171 |
+
|
172 |
+
Answer: d) 0.4
|
173 |
+
|
174 |
+
Feedback: This question tests understanding of Bayes’ Theorem by requiring the calculation of conditional probability using the given values.
|
175 |
"""
|
176 |
|
177 |
# Function to clean AI response by removing unwanted formatting
|