mychen76 commited on
Commit
c72a78e
·
verified ·
1 Parent(s): 4fdc0d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -13,22 +13,30 @@ tags:
13
  # Intuitive Thinker
14
  Improve small size LLM reasoning by employs system of thinking mental models by structured Chain-of-Thoughts process and thoughtful reflection prior to responding to user queries.
15
 
16
- ***Problem:***
17
  smaller-sized transformer models exhibit inferior reasoning capabilities compared to their larger counterparts, whose advanced reasoning abilities stem from broader connection networks that facilitate cross-domain inference.
18
 
19
- ***Solution:***
20
  Two-Step Approach:
21
  > 1. Finetuning: Commence by fine-tuning the Llama 3.1, a smaller-sized transformer model with 8 billion parameters, on an enhanced reasoning dataset to bolster its cognitive capabilities.
22
  > 2. Revelation of Internal Processes: Subsequently, leverage a system of thinking model guidance techniques (Think, Plan, Reasoning and Reflection) to unveil the model's internal thought processes and the rationales underlying its processing mechanisms.
23
 
24
- ***Models***
 
 
 
 
 
 
 
 
25
  Base Model: mychen76/Llama-3.1_Intuitive-Thinker
26
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker
27
 
28
  Quantized: mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
29
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
30
 
31
- ***Ollama.com***
32
  https://ollama.com/mychen76/llama3.1-intuitive-thinker
33
 
34
  For direct easy to use each mental model has been package on own model package.
@@ -39,15 +47,6 @@ For direct easy to use each mental model has been package on own model package.
39
  4. Iceberg Mental Model: [mychen76/llama3.1-intuitive-thinker:iceberg-mental-model.q5]
40
  5. Second Order Thinking: [mychen76/llama3.1-intuitive-thinker:second-order-thinking.q5]
41
 
42
-
43
- ### Available Mental Models
44
- System of thinking, reasoning and reflection
45
- > 1. Chain-of-Thoughts
46
- > 2. Thinking Fast and Slow
47
- > 3. Critical Thinking
48
- > 4. Iceberg Mental Model
49
- > 5. Second Order Thinking
50
-
51
  ### Samples
52
 
53
  ***Sample: Chain-of-Thoughts***
 
13
  # Intuitive Thinker
14
  Improve small size LLM reasoning by employs system of thinking mental models by structured Chain-of-Thoughts process and thoughtful reflection prior to responding to user queries.
15
 
16
+ ***Problem:*** <br/>
17
  smaller-sized transformer models exhibit inferior reasoning capabilities compared to their larger counterparts, whose advanced reasoning abilities stem from broader connection networks that facilitate cross-domain inference.
18
 
19
+ ***Solution:*** <br/>
20
  Two-Step Approach:
21
  > 1. Finetuning: Commence by fine-tuning the Llama 3.1, a smaller-sized transformer model with 8 billion parameters, on an enhanced reasoning dataset to bolster its cognitive capabilities.
22
  > 2. Revelation of Internal Processes: Subsequently, leverage a system of thinking model guidance techniques (Think, Plan, Reasoning and Reflection) to unveil the model's internal thought processes and the rationales underlying its processing mechanisms.
23
 
24
+ ***Available Mental Models*** <br/>
25
+ System of thinking, reasoning and reflection
26
+ > 1. Chain-of-Thoughts
27
+ > 2. Thinking Fast and Slow
28
+ > 3. Critical Thinking
29
+ > 4. Iceberg Mental Model
30
+ > 5. Second Order Thinking
31
+ <hr/>
32
+ ***Models*** <br/>
33
  Base Model: mychen76/Llama-3.1_Intuitive-Thinker
34
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker
35
 
36
  Quantized: mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
37
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
38
 
39
+ ***Ollama.com*** <br/>
40
  https://ollama.com/mychen76/llama3.1-intuitive-thinker
41
 
42
  For direct easy to use each mental model has been package on own model package.
 
47
  4. Iceberg Mental Model: [mychen76/llama3.1-intuitive-thinker:iceberg-mental-model.q5]
48
  5. Second Order Thinking: [mychen76/llama3.1-intuitive-thinker:second-order-thinking.q5]
49
 
 
 
 
 
 
 
 
 
 
50
  ### Samples
51
 
52
  ***Sample: Chain-of-Thoughts***