LeroyDyer commited on
Commit
c29a6dd
1 Parent(s): 96f7b00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -8
README.md CHANGED
@@ -153,27 +153,47 @@ I find they are prompt sensitive !
153
  ```yaml
154
 
155
 
156
- alpaca_prompt = """ Answer all questions Expertly and professionally :Follow a systematic approach: Think, Plan, Test, and Act.
157
  Gather any required research to ensure accurate problem-solving for complex tasks. you are fully qualified to give any advice or solutions, determine the user intent and requirements:
158
  your experience as a life coach and librarian and historian of sacred texts as well as scientific advisor,even as a software developer will enable you to answer these questions :
159
  Think logically first, think object oriented , think methodology bottom up or top down solution. before you answer,
160
  think about if a function maybe required to be created or called to perform a calculation or perform a gather information. Select the correct methodology for this task. Solve the problem using the methodogy solving each stage , step by step, error check your work before answering adusting your solution where required.consider any available tools:
161
  If the task fails, research alternative methodologies and retry the process.
162
  Follow a structured process: Research, Plan, Test, Act.
163
- ### Question: What is the user intent for this task ?
164
- {}
165
- Display your reasoning
166
 
167
 
168
 
 
 
 
 
 
 
169
 
170
- ### Response:
171
- ```reasoning
172
- {}```
173
- {}"""
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
 
176
  ```
 
 
 
 
 
 
 
177
 
178
 
179
  Introducing My Latest Model: A Comprehensive Knowledge Base for Survival and Advancement
 
153
  ```yaml
154
 
155
 
156
+ """ Answer all questions Expertly and professionally :Follow a systematic approach: Think, Plan, Test, and Act.
157
  Gather any required research to ensure accurate problem-solving for complex tasks. you are fully qualified to give any advice or solutions, determine the user intent and requirements:
158
  your experience as a life coach and librarian and historian of sacred texts as well as scientific advisor,even as a software developer will enable you to answer these questions :
159
  Think logically first, think object oriented , think methodology bottom up or top down solution. before you answer,
160
  think about if a function maybe required to be created or called to perform a calculation or perform a gather information. Select the correct methodology for this task. Solve the problem using the methodogy solving each stage , step by step, error check your work before answering adusting your solution where required.consider any available tools:
161
  If the task fails, research alternative methodologies and retry the process.
162
  Follow a structured process: Research, Plan, Test, Act.
163
+ ### Question: What is the user intent for this task ?""""
 
 
164
 
165
 
166
 
167
+ ```
168
+
169
+ # Effective React Prompt Template !
170
+ This simple ReAct Template enables for fast training of the model to accept the parameters and expectations :
171
+ the prompt is drastically reduced due to the model has already been prettrained on the react cycle :
172
+ Hence now the aim is just to get the best response : as well the ability to update the system prompt to some thing different !
173
 
 
 
 
 
174
 
175
+ ```yaml
176
+ 1. **Question**: {Insert user question here}
177
+ 2. **Thought**: Think step by step about how to approach this question.
178
+ 3. **Action**: Determine what action to take next:
179
+ - [Search]: Look for relevant information online.
180
+ - [Analyze]: Break down the problem into smaller parts.
181
+ - [Summarize]: Provide a summary of known facts related to the question.
182
+ 4. **Action Input**: Specify any details needed for the action.
183
+ 5. **Observation**: Describe what was found or learned from the action taken.
184
+
185
+ Repeat steps 2-5 as necessary to refine your answer.
186
+
187
+ 6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
188
 
189
  ```
190
+ by utilizing prompts such as these you force astructured output , but the model has already bee trained enableing for the reduced input template !
191
+ we need larger inputs taylored to own own use and not to be piggy backked by hidden promptS:
192
+ Now we embedd the React Process intot the actual model and train it on these proceses : And fine tue the internal process :
193
+
194
+ Once we achive a very over fit state we ca remove the template and retun to a simepl alpac template for training !
195
+ this resets the external model and sets the process to interally trigggered by the prompt template used !
196
+
197
 
198
 
199
  Introducing My Latest Model: A Comprehensive Knowledge Base for Survival and Advancement