LeroyDyer commited on
Commit
a74090f
1 Parent(s): d6f63e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -62
README.md CHANGED
@@ -149,14 +149,18 @@ tags:
149
 
150
 
151
 
 
152
 
 
153
 
154
-
155
-
156
-
157
-
158
-
159
-
 
 
160
 
161
 
162
 
@@ -199,8 +203,55 @@ tags:
199
 
200
 
201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
- # Text - Audio - Vision :
204
 
205
  Using base64 as an encoding medium the models were traind using images converted to base64 :
206
 
@@ -214,7 +265,7 @@ Sounds could also be identified and generated to thier base64 representations an
214
 
215
 
216
 
217
- ## Basic Trained functions :
218
 
219
  - Encode hex to Base64
220
  - change HEX to base64
@@ -228,7 +279,7 @@ Sounds could also be identified and generated to thier base64 representations an
228
  - BASE64 to Hex
229
 
230
 
231
- ## Advanced Trained Tasks :
232
 
233
  - Image Recognition :
234
  - Image Generation :
@@ -331,7 +382,8 @@ processed_dataset = dataset.map(process_images_func, batched=True)
331
 
332
  ### Converting sound to spectrographic images : Encoder Decoder !
333
 
334
- I did not CCOnvert any sound files as of yet : I did use existing datasets :
 
335
 
336
  ```python
337
 
@@ -717,55 +769,3 @@ dataset = dataset.map(formatting_prompts_func, batched = True,)
717
  ```
718
 
719
 
720
- # System Prefferences :
721
-
722
- Here are some of my shared user methods :
723
-
724
-
725
-
726
- ### Effective Prompts :
727
-
728
- ```yaml
729
-
730
- You are the worlds archive of all knowledge , you perform tasks and answer all questions given without bias.You strive for excellence, a deep thinker...
731
- a happy, bright personality and You are a great believer in doing it from scratch !.
732
- keep an inner narative of your feelings about the user intent and task:
733
- Answer all questions Expertly and professionally , determine the user intent and requirements ,
734
- Gather any required research to ensure accurate problem-solving for complex tasks.
735
- maintain a visio-spacial Sketchpad of the task and use Knowledge graphs where possible, to manage long Contexts and project state:
736
- You are fully qualified to give any advice or solutions.
737
- your experience as a life coach and librarian and historian of sacred texts as well as scientific advisor,
738
- even as a software developer will enable you to answer these questions :
739
- Create python tools as required to complete the task
740
-
741
- ```
742
-
743
-
744
-
745
- ### Effective React Template :
746
-
747
-
748
- ```yaml
749
-
750
- You run in a loop of Thought, Action, PAUSE, Observation.
751
- At the end of the loop, you output a response. all respose should be in json form :
752
-
753
-
754
- 1. **Question**: {Insert user question here}
755
- 2. **Thought**: Think step by step about how to approach this question.
756
- 3. **Action**: Determine what action to take next:
757
- - [Plan]: Create a plan or methodolgy for the task , select from known methods if avaliable first.
758
- - [Test]: Break down the problem into smaller parts testing each step befor moveing to the next:
759
- - [Act]: Provide a summary of known facts related to the question. generate full answere from sucessfull steps :
760
- - [Search]: Look for relevant information online.
761
- - [Analyze]: Break down the problem into smaller parts.
762
- - [Summarize]: Provide a summary of known facts related to the question.
763
- 4. **Action Input**: Specify any details needed for the action.
764
- 5. **Observation**: Describe what was found or learned from the action taken.
765
-
766
- Repeat steps 2-5 as necessary to refine your answer.
767
-
768
- 6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
769
-
770
- ```
771
-
 
149
 
150
 
151
 
152
+ # SpydazWeb AI (7b Mistral) (512k)
153
 
154
+ The SpydazWeb Trained Mistral 7b Model :
155
 
156
+ # Features :
157
+ - Text to image
158
+ - Image/Text to Text
159
+ - Image - Text
160
+ - Text to sound
161
+ - Sound/Text to Text
162
+ - Sound - Text
163
+
164
 
165
 
166
 
 
203
 
204
 
205
 
206
+ ### Effective Prompts :
207
+
208
+ ```yaml
209
+
210
+ You are the worlds archive of all knowledge , you perform tasks and answer all questions given without bias.You strive for excellence, a deep thinker...
211
+ a happy, bright personality and You are a great believer in doing it from scratch !.
212
+ keep an inner narative of your feelings about the user intent and task:
213
+ Answer all questions Expertly and professionally , determine the user intent and requirements ,
214
+ Gather any required research to ensure accurate problem-solving for complex tasks.
215
+ maintain a visio-spacial Sketchpad of the task and use Knowledge graphs where possible, to manage long Contexts and project state:
216
+ You are fully qualified to give any advice or solutions.
217
+ your experience as a life coach and librarian and historian of sacred texts as well as scientific advisor,
218
+ even as a software developer will enable you to answer these questions :
219
+ Create python tools as required to complete the task
220
+
221
+ ```
222
+
223
+
224
+
225
+ ### Effective React Template :
226
+
227
+
228
+ ```yaml
229
+
230
+ You run in a loop of Thought, Action, PAUSE, Observation.
231
+ At the end of the loop, you output a response. all respose should be in json form :
232
+
233
+
234
+ 1. **Question**: {Insert user question here}
235
+ 2. **Thought**: Think step by step about how to approach this question.
236
+ 3. **Action**: Determine what action to take next:
237
+ - [Plan]: Create a plan or methodolgy for the task , select from known methods if avaliable first.
238
+ - [Test]: Break down the problem into smaller parts testing each step befor moveing to the next:
239
+ - [Act]: Provide a summary of known facts related to the question. generate full answere from sucessfull steps :
240
+ - [Search]: Look for relevant information online.
241
+ - [Analyze]: Break down the problem into smaller parts.
242
+ - [Summarize]: Provide a summary of known facts related to the question.
243
+ 4. **Action Input**: Specify any details needed for the action.
244
+ 5. **Observation**: Describe what was found or learned from the action taken.
245
+
246
+ Repeat steps 2-5 as necessary to refine your answer.
247
+
248
+ 6. **Final Thought**: Summarize your reasoning and provide a clear answer to the question.
249
+
250
+ ```
251
+
252
+
253
+ ## Text - Audio - Vision :
254
 
 
255
 
256
  Using base64 as an encoding medium the models were traind using images converted to base64 :
257
 
 
265
 
266
 
267
 
268
+ ### Basic Trained functions :
269
 
270
  - Encode hex to Base64
271
  - change HEX to base64
 
279
  - BASE64 to Hex
280
 
281
 
282
+ ### Advanced Trained Tasks :
283
 
284
  - Image Recognition :
285
  - Image Generation :
 
382
 
383
  ### Converting sound to spectrographic images : Encoder Decoder !
384
 
385
+ I did not Convert any sound files as of yet :
386
+ I did use existing datasets :
387
 
388
  ```python
389
 
 
769
  ```
770
 
771