kulia-moon commited on
Commit
b2a523b
Β·
verified Β·
1 Parent(s): 174e59d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -0
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - kulia-moon/DeepRethink
5
+ language:
6
+ - en
7
+ base_model:
8
+ - openai-community/gpt2
9
+ tags:
10
+ - DeepQ
11
+ - "DeepRethink integrated"
12
+ - QFamily
13
+ - deep-thinking
14
+ - transformer
15
+ - pytorch
16
+ - conversational
17
+ - reasoning
18
+ - generative-model
19
+ - huggingface
20
+ - pretrained
21
+ - openai
22
+ - fine-tuned
23
+ - mind-extension
24
+ - philosophy
25
+ - sharegpt
26
+ - alignment
27
+ - language-model
28
+ - multi-turn
29
+ - q-and-a
30
+ - shareable
31
+ - teachable
32
+ - human-feedback
33
+ - deep-learning
34
+ - ai-model
35
+ - research
36
+ - synthetic-data
37
+ ---
38
+ # 🧠 DeepQ
39
+
40
+ [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
41
+ [![πŸ€— Model Hub](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-blue)](https://huggingface.co/StableChatAI/DeepQ)
42
+ [![Datasets](https://img.shields.io/badge/Dataset-DeepRethink-informational)](https://huggingface.co/datasets/kulia-moon/DeepRethink)
43
+ [![Transformers](https://img.shields.io/badge/%F0%9F%A4%97-Transformers-yellowgreen)](https://pypi.org/project/transformers/)
44
+ [![Downloads](https://img.shields.io/github/downloads/kulia-moon/DeepQ/total?label=Downloads)](https://huggingface.co/StableChatAI/DeepQ)
45
+ [![πŸ€— Datasets](https://img.shields.io/pypi/v/datasets?style=social&logo=pypi&label=Datasets)](https://pypi.org/project/datasets/)
46
+ [![Transformers Social](https://img.shields.io/pypi/v/transformers?style=social&label=%F0%9F%A4%97%20Transformers)](https://pypi.org/project/transformers/)
47
+ [![HF Spaces](https://img.shields.io/badge/%F0%9F%A4%96-HF%20Spaces-orange)](https://huggingface.co/spaces)
48
+ [![Model size](https://img.shields.io/badge/Size-124M-lightgrey)]()
49
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue)]()
50
+ [![HF Compatible](https://img.shields.io/badge/%F0%9F%A7%A0-Compatible-HuggingFace-brightgreen)]()
51
+ [![πŸ§ͺ Fine-Tuned](https://img.shields.io/badge/Fine--Tuned-%F0%9F%A7%AA-informational)]()
52
+ [![πŸ“š Dataset Source](https://img.shields.io/badge/Source-ShareGPT-informational)]()
53
+ [![🧠 Introspective](https://img.shields.io/badge/Mode-DeepRethink-red)]()
54
+ [![πŸ‘οΈ Focus](https://img.shields.io/badge/Focus-Thought+Expansion-blueviolet)]()
55
+ [![πŸ’‘ Experimental](https://img.shields.io/badge/Stage-Experimental-yellow)]()
56
+ [![πŸ“¦ pip install](https://img.shields.io/badge/pip-install-blue)]()
57
+ [![πŸ€– Chat Ready](https://img.shields.io/badge/Use-Chatbot%20Ready-success)]()
58
+ [![πŸ“ˆ Active Dev](https://img.shields.io/badge/Dev-Active-informational)]()
59
+ [![✨ QFamily](https://img.shields.io/badge/Model%20Lineage-QFamily-blue)]()
60
+ [![🧠 Mind Fork](https://img.shields.io/badge/Mind-Fork-purple)]()
61
+
62
+ ---
63
+
64
+ ## πŸ” What is DeepQ?
65
+
66
+ **DeepQ** is an advanced, reasoning-first language model built on the foundation of **OpenAI's GPT-2**, enhanced with **DeepRethink**, a ShareGPT-style introspective dataset designed for **multi-turn critical thinking** and **philosophical AI dialogue**.
67
+
68
+ It's built to simulate how a human thinks before answeringβ€”a true "thinking" model rather than a reactive one.
69
+
70
+ ---
71
+
72
+ ## ✨ Features
73
+
74
+ - πŸ€” **Deep reasoning** before answering
75
+ - 🧩 Trained with ShareGPT-style conversations + DeepRethink Q&A
76
+ - 🧠 Designed for philosophical, logical, and emotional introspection
77
+ - πŸ”„ Multi-turn dialogue support
78
+ - ⚑️ Lightweight GPT-2 base for fast inference
79
+ - πŸ§ͺ Works on CPU + GPU
80
+ - πŸ”Œ Hugging Face Transformers compatible
81
+ - 🧬 Great base for alignment research or dialog tuning
82
+
83
+ ---
84
+
85
+ ## πŸš€ Quickstart
86
+
87
+ ```python
88
+ from transformers import AutoTokenizer, AutoModelForCausalLM
89
+
90
+ tokenizer = AutoTokenizer.from_pretrained("kulia-moon/DeepQ")
91
+ model = AutoModelForCausalLM.from_pretrained("kulia-moon/DeepQ")
92
+
93
+ input_text = "What is consciousness in your view?"
94
+ inputs = tokenizer(input_text, return_tensors="pt")
95
+ output = model.generate(**inputs, max_new_tokens=100)
96
+
97
+ print(tokenizer.decode(output[0]))
98
+ ````
99
+
100
+ ---
101
+
102
+ ## πŸ“š Training Dataset
103
+
104
+ * πŸ”— [kulia-moon/DeepRethink](https://huggingface.co/datasets/kulia-moon/DeepRethink)
105
+ * Includes aligned prompts, deep thought processes, and answer reflection sequences
106
+
107
+ ---
108
+
109
+ ## πŸ§ͺ Ideal Use Cases
110
+
111
+ * πŸ€– AI alignment studies
112
+ * 🧠 Thoughtful assistants
113
+ * πŸ’¬ Roleplay and dynamic chatbot interactions
114
+ * πŸ“š Educational tutoring models
115
+ * 🧬 Cognitive science experiments
116
+
117
+ ---
118
+
119
+ ## πŸ“’ Citation
120
+
121
+ If you use DeepQ, please cite the project or link back to:
122
+
123
+ ```
124
+ @misc{deepq2025,
125
+ author = {Kulia Moon},
126
+ title = {DeepQ: A Deep Thinking Conversational Model},
127
+ year = {2025},
128
+ howpublished = {\url{https://huggingface.co/kulia-moon/DeepRethink}},
129
+ }
130
+ ```
131
+
132
+ ---
133
+
134
+ ## πŸ”— More
135
+
136
+ * πŸ€– Model: [https://huggingface.co/kulia-moon/DeepQ](https://huggingface.co/kulia-moon/DeepQ)
137
+ * πŸ“‚ Dataset: [https://huggingface.co/datasets/kulia-moon/DeepRethink](https://huggingface.co/datasets/kulia-moon/DeepRethink)
138
+ * 🌐 Website: Coming soon
139
+ * πŸ’¬ Chat demo: Coming soon
140
+
141
+ ---
142
+
143
+ 🧠 *Built by QFamily Labs β€” Reimagine how LLMs think.*
144
+