Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,9 @@ 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 |
***HF Usage*** <br/>
|
|
|
|
|
|
|
|
|
|
| 40 |
```python
|
| 41 |
from intuitive_thinker.mental_model import MentalModel
|
| 42 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
|
|
|
|
| 37 |
https://huggingface.co/mychen76/Llama-3.1_Intuitive-Thinker_8B_2309_GGUF
|
| 38 |
|
| 39 |
***HF Usage*** <br/>
|
| 40 |
+
|
| 41 |
+
notebook: https://github.com/minyang-chen/intuitive_thinker/blob/main/intuitive_thinker_demo.ipynb
|
| 42 |
+
|
| 43 |
```python
|
| 44 |
from intuitive_thinker.mental_model import MentalModel
|
| 45 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
|