Ba2han commited on
Commit
217c458
·
verified ·
1 Parent(s): f24c2fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -22,12 +22,13 @@ The aim is to later inject the created thinking process/workflow to a normal mod
22
  - The output can be too long.
23
  - The training dataset needs more examples and cleaning.
24
 
 
25
 
26
  Template:
27
  ```
28
  Think about the user prompt and generate a brief solution workflow for the assistant in first-person narrative. You may break down the prompt for a step-by-step analysis.
29
- ### Prompt: Write worm game.<|file_sep|>
30
- <|box_start|>### Workflow:
31
  ```
32
  Okay, I need to create a simple text-based game called "Worm Game." Here's my plan:
33
 
@@ -72,7 +73,7 @@ Okay, I need to create a simple text-based game called "Worm Game." Here's my pl
72
  - Add animations or visual effects where appropriate.
73
  - Improve sound effects and music to enhance immersion.
74
 
75
- By following this structured approach, I should be able to develop a fun and engaging Worm Game.<|box_end|><|im_end|>
76
 
77
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6324eabf05bd8a54c6eb1650/1cHpepP0zmML9etvBtUhs.png)
78
 
 
22
  - The output can be too long.
23
  - The training dataset needs more examples and cleaning.
24
 
25
+ **Use the template as it is with the special tokens and fixed system message on top.**
26
 
27
  Template:
28
  ```
29
  Think about the user prompt and generate a brief solution workflow for the assistant in first-person narrative. You may break down the prompt for a step-by-step analysis.
30
+ ### Prompt: {Write worm game.}<|file_sep|>
31
+ <|box_start|>### Workflow: {output}<|box_end|><|im_end|>
32
  ```
33
  Okay, I need to create a simple text-based game called "Worm Game." Here's my plan:
34
 
 
73
  - Add animations or visual effects where appropriate.
74
  - Improve sound effects and music to enhance immersion.
75
 
76
+ By following this structured approach, I should be able to develop a fun and engaging Worm Game.
77
 
78
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6324eabf05bd8a54c6eb1650/1cHpepP0zmML9etvBtUhs.png)
79