cookinai commited on
Commit
97f7084
1 Parent(s): b5a5f81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -15,7 +15,16 @@ base_model: unsloth/llama-3-8b-bnb-4bit
15
  # Llama 3 finetuned on my TRRR-CoT Dataset
16
  cookinai/TRRR-CoT
17
 
18
- Just uploaded, awaiting benchmarks. In my limited testing so far, the model responds most of the time in the TRRR format.
 
 
 
 
 
 
 
 
 
19
 
20
  - **Developed by:** cookinai
21
  - **License:** apache-2.0
 
15
  # Llama 3 finetuned on my TRRR-CoT Dataset
16
  cookinai/TRRR-CoT
17
 
18
+ - This was an attempt at synthetically generating a CoT dataset and then finetuning it on a model to see its reuslts.
19
+ - From what I notice, when using the correct prompt template the model almost always ues the TRRR format, but I am still awaiting benchmark tests to see if this can improve anything
20
+ - TRR stand for:
21
+
22
+ 1. **Think**, about your response
23
+ 2. **Respond**, how you normally would
24
+ 3. **Reflect**, on your response
25
+ 4. **Respond**, again but this time use all the information you have now
26
+
27
+ - The mode usually tries to follow this format, it may mix it up a little but usually it almost always reflects in someway. Especially if you tell it to think step by step
28
 
29
  - **Developed by:** cookinai
30
  - **License:** apache-2.0