Solshine commited on
Commit
e929216
·
verified ·
1 Parent(s): 29d4a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -27,13 +27,13 @@ Based on the wonderful JAIS adapted models, by G42 and InceptionAI.
27
 
28
  **Reflection Tuning:**
29
 
30
- Inspired by and featuring the Reflection Tuning technique pioneered by Matt Shumer (possibly earlier innovated by the team at Anthropic, MLabbone's Hermes, and the recent OpenAI o1.)
31
 
32
  From the author of the first "reflection tuned" Llama 3.1 8B LLM.
33
 
34
- As per the inspiring model "mattshumer/Reflection-Llama-3.1-70B" (this model was not used in the training process nor as a foundational model, but only served as inspiration) :
35
 
36
- '''
37
 
38
  During sampling, the model will start by outputting reasoning inside and tags, and then once it is satisfied with its reasoning, it will output the final answer inside and tags. Each of these tags are special tokens, trained into the model.
39
 
@@ -55,12 +55,12 @@ You are a world-class AI system, capable of complex reasoning and reflection. Re
55
 
56
  what is 2+2?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
57
 
58
- '''
59
 
60
  **Example of this model in action:**
61
 
62
  """
63
- <s> Below is an instruction that describes a task. Think Carefully. Write a response that appropriately completes the request.
64
 
65
  ### Instruction:
66
  Create a detailed plan for the following farm's transformation to regenerative farming practices:
@@ -193,7 +193,7 @@ Transitioning to regenerative farming is not just about improving yields, but al
193
 
194
  [Words of encouragement]
195
  Embracing natural farming methods is a journey of learning and adaptation. By gradually reducing synthetic inputs and building soil health, you're not just growing crops, but nurturing the land for future generations. Keep observing, learning, and adapting your practices to create a thriving, sustainable farm.
196
- </output></s>
197
  """
198
 
199
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
27
 
28
  **Reflection Tuning:**
29
 
30
+ Inspired by and featuring the Reflection Tuning technique (Published by Matt Shumer, seperately innovated by the team at Anthropic, MLabbone's Hermes, and the recent OpenAI o1.)
31
 
32
  From the author of the first "reflection tuned" Llama 3.1 8B LLM.
33
 
34
+ As per one of the inspiring model "mattshumer/Reflection-Llama-3.1-70B" (this model was not used in the training process nor as a foundational model, but only served as inspiration) :
35
 
36
+ """
37
 
38
  During sampling, the model will start by outputting reasoning inside and tags, and then once it is satisfied with its reasoning, it will output the final answer inside and tags. Each of these tags are special tokens, trained into the model.
39
 
 
55
 
56
  what is 2+2?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
57
 
58
+ """
59
 
60
  **Example of this model in action:**
61
 
62
  """
63
+ <Beginning Token> Below is an instruction that describes a task. Think Carefully. Write a response that appropriately completes the request.
64
 
65
  ### Instruction:
66
  Create a detailed plan for the following farm's transformation to regenerative farming practices:
 
193
 
194
  [Words of encouragement]
195
  Embracing natural farming methods is a journey of learning and adaptation. By gradually reducing synthetic inputs and building soil health, you're not just growing crops, but nurturing the land for future generations. Keep observing, learning, and adapting your practices to create a thriving, sustainable farm.
196
+ </output></End Token>
197
  """
198
 
199
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.