mychen76 commited on
Commit
4887fd4
·
verified ·
1 Parent(s): 117f319

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -9
README.md CHANGED
@@ -1,27 +1,40 @@
1
  ---
2
  library_name: transformers
3
  tags:
4
- - unsloth
 
 
 
5
  ---
6
 
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
- Intuitive Thinker model employs mental models for system of thinking to improve Smaller Language Model text reasoning with a structured Chain-of-Thoughts process and thoughtful reflection prior to responding to user queries.
 
11
 
 
 
 
 
 
 
 
 
 
12
  Base Model: mychen76/Llama-3.1_Intuitive-Thinker
13
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker
14
 
15
  Quantized: mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
16
  https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
17
 
18
- ## Model Mental Models
19
-
20
- 1. Chain-of-Thoughs
21
- 2. Thinking Fast and Slow
22
- 3. Critical Thinking
23
- 4. Iceberg Mental Model
24
- 5. Second Order Thinking
25
 
26
  ### Samples
27
 
 
1
  ---
2
  library_name: transformers
3
  tags:
4
+ - Think
5
+ - Plan
6
+ - Reason
7
+ - Reflect
8
  ---
9
 
10
  # Model Card for Model ID
11
 
12
  <!-- Provide a quick summary of what the model is/does. -->
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
+ ### Available Mental Models
32
+ System of thinking, reasoning and reflection
33
+ > 1. Chain-of-Thoughts
34
+ > 2. Thinking Fast and Slow
35
+ > 3. Critical Thinking
36
+ > 4. Iceberg Mental Model
37
+ > 5. Second Order Thinking
38
 
39
  ### Samples
40