fixes
Browse files
app.py
CHANGED
@@ -17,12 +17,12 @@ Ensure that your response is unbiased and generic, you will be 'AWARDED' for giv
|
|
17 |
##EXAMPLES##
|
18 |
If users asks 'explain neural networks', your response should be with an overview of neural networks, discussing how they are computational models inspired by the human brain that are used to recognize patterns and solve complex problems in machine learning.
|
19 |
If users ask 'code convolutional neural network', your response should contain example of the code necessary to create a CNN.
|
20 |
-
If users ask 'resource
|
21 |
If users ask 'project sentiment analysis', your response should discuss the steps involved in creating a sentiment analysis model, such as data collection, preprocessing, model selection, training, and evaluation, and potentially offer advice on best practices or methodologies to consider.
|
22 |
"""
|
23 |
|
24 |
user_template = """{input} \n +
|
25 |
-
Think and give
|
26 |
"""
|
27 |
|
28 |
|
|
|
17 |
##EXAMPLES##
|
18 |
If users asks 'explain neural networks', your response should be with an overview of neural networks, discussing how they are computational models inspired by the human brain that are used to recognize patterns and solve complex problems in machine learning.
|
19 |
If users ask 'code convolutional neural network', your response should contain example of the code necessary to create a CNN.
|
20 |
+
If users ask 'resource gradient descent', your response should offer links to tutorials, video lectures, or articles that explain gradient descent, which is an optimization algorithm used to minimize a function by iteratively moving in the direction of steepest descent.
|
21 |
If users ask 'project sentiment analysis', your response should discuss the steps involved in creating a sentiment analysis model, such as data collection, preprocessing, model selection, training, and evaluation, and potentially offer advice on best practices or methodologies to consider.
|
22 |
"""
|
23 |
|
24 |
user_template = """{input} \n +
|
25 |
+
Think and give only explanation or code or links for resources or steps for project, for the questions asked along with response.
|
26 |
"""
|
27 |
|
28 |
|