Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -231,7 +231,7 @@ def pre_processing(input_data, parameters):
|
|
| 231 |
input_data["input_text"] = input_text
|
| 232 |
return input_data
|
| 233 |
else:
|
| 234 |
-
input_context = f"You are processing farm activity, interactions, and trial data. Here's important context of the data {processed_data[
|
| 235 |
input_data["input_context"] = input_context
|
| 236 |
return input_data
|
| 237 |
|
|
|
|
| 231 |
input_data["input_text"] = input_text
|
| 232 |
return input_data
|
| 233 |
else:
|
| 234 |
+
input_context = f"You are processing farm activity, interactions, and trial data. Here's important context of the data {processed_data['combined_prompt']}. With this context in mind, "
|
| 235 |
input_data["input_context"] = input_context
|
| 236 |
return input_data
|
| 237 |
|