kulia-moon commited on
Commit
3f452de
Β·
verified Β·
1 Parent(s): 5f93d12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -105
README.md CHANGED
@@ -1,143 +1,119 @@
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
- [![πŸ€— Datasets](https://img.shields.io/pypi/v/datasets?style=social&logo=pypi&label=Datasets)](https://pypi.org/project/datasets/)
45
- [![Transformers Social](https://img.shields.io/pypi/v/transformers?style=social&label=%F0%9F%A4%97%20Transformers)](https://pypi.org/project/transformers/)
46
- [![HF Spaces](https://img.shields.io/badge/%F0%9F%A4%96-HF%20Spaces-orange)](https://huggingface.co/spaces)
47
- [![Model size](https://img.shields.io/badge/Size-355M-lightgrey)]()
48
- [![Python](https://img.shields.io/badge/python-3.8%2B-blue)]()
49
- [![HF Compatible](https://img.shields.io/badge/%F0%9F%A7%A0-Compatible-HuggingFace-brightgreen)]()
50
- [![πŸ§ͺ Fine-Tuned](https://img.shields.io/badge/Fine--Tuned-%F0%9F%A7%AA-informational)]()
51
- [![πŸ“š Dataset Source](https://img.shields.io/badge/Source-ShareGPT-informational)]()
52
- [![🧠 Introspective](https://img.shields.io/badge/Mode-DeepRethink-red)]()
53
- [![πŸ‘οΈ Focus](https://img.shields.io/badge/Focus-Thought+Expansion-blueviolet)]()
54
- [![πŸ’‘ Experimental](https://img.shields.io/badge/Stage-Experimental-yellow)]()
55
- [![πŸ“¦ pip install](https://img.shields.io/badge/pip-install-blue)]()
56
- [![πŸ€– Chat Ready](https://img.shields.io/badge/Use-Chatbot%20Ready-success)]()
57
- [![πŸ“ˆ Active Dev](https://img.shields.io/badge/Dev-Active-informational)]()
58
- [![✨ QFamily](https://img.shields.io/badge/Model%20Lineage-QFamily-blue)]()
59
- [![🧠 Mind Fork](https://img.shields.io/badge/Mind-Fork-purple)]()
60
 
61
- ---
62
-
63
- ## πŸ” What is DeepQ?
64
 
65
- **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**.
66
 
67
- It's built to simulate how a human thinks before answeringβ€”a true "thinking" model rather than a reactive one.
 
 
 
 
 
 
 
 
 
68
 
69
  ---
70
 
71
- ## ✨ Features
72
-
73
- - πŸ€” **Deep reasoning** before answering
74
- - 🧩 Trained with ShareGPT-style conversations + DeepRethink Q&A
75
- - 🧠 Designed for philosophical, logical, and emotional introspection
76
- - πŸ”„ Multi-turn dialogue support
77
- - ⚑️ Lightweight GPT-2 base for fast inference
78
- - πŸ§ͺ Works on CPU + GPU
79
- - πŸ”Œ Hugging Face Transformers compatible
80
- - 🧬 Great base for alignment research or dialog tuning
81
-
82
- ---
83
 
84
- ## πŸš€ Quickstart
85
 
86
- ```python
87
- from transformers import AutoTokenizer, AutoModelForCausalLM
88
 
89
- tokenizer = AutoTokenizer.from_pretrained("kulia-moon/DeepQ")
90
- model = AutoModelForCausalLM.from_pretrained("kulia-moon/DeepQ")
91
 
92
- input_text = "What is consciousness in your view?"
93
- inputs = tokenizer(input_text, return_tensors="pt")
94
- output = model.generate(**inputs, max_new_tokens=100)
95
 
96
- print(tokenizer.decode(output[0]))
97
- ````
 
 
 
 
 
 
 
 
 
98
 
99
  ---
100
 
101
- ## πŸ“š Training Dataset
102
-
103
- * πŸ”— [kulia-moon/DeepRethink](https://huggingface.co/datasets/kulia-moon/DeepRethink)
104
- * Includes aligned prompts, deep thought processes, and answer reflection sequences
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  ---
107
 
108
- ## πŸ§ͺ Ideal Use Cases
109
 
110
- * πŸ€– AI alignment studies
111
- * 🧠 Thoughtful assistants
112
- * πŸ’¬ Roleplay and dynamic chatbot interactions
113
- * πŸ“š Educational tutoring models
114
- * 🧬 Cognitive science experiments
 
115
 
116
  ---
117
 
118
- ## πŸ“’ Citation
119
 
120
- If you use DeepQ, please cite the project or link back to:
 
 
121
 
122
- ```
123
- @misc{deepq2025,
124
- author = {Kulia Moon},
125
- title = {DeepQ: A Deep Thinking Conversational Model},
126
- year = {2025},
127
- howpublished = {\url{https://huggingface.co/kulia-moon/DeepRethink}},
128
- }
129
  ```
130
 
131
  ---
132
 
133
- ## πŸ”— More
134
 
135
- * πŸ€– Model: [https://huggingface.co/kulia-moon/DeepQ](https://huggingface.co/kulia-moon/DeepQ)
136
- * πŸ“‚ Dataset: [https://huggingface.co/datasets/kulia-moon/DeepRethink](https://huggingface.co/datasets/kulia-moon/DeepRethink)
137
- * 🌐 Website: Coming soon
138
- * πŸ’¬ Chat demo: Coming soon
 
139
 
140
  ---
141
 
142
- 🧠 *Built by QFamily Labs β€” Reimagine how LLMs think.*
143
-
 
1
  ---
2
  license: mit
3
  datasets:
4
+ - kulia-moon/DeepRethink
5
  language:
6
+ - en
7
  base_model:
8
+ - openai-community/gpt2-medium
9
  tags:
10
+ - DeepQ
11
+ - DeepRethink integrated
12
+ - QFamily
13
+ - Hugging Face
14
+ - NLP
15
+ - AI Research
16
+ - Reasoning
17
+ - Cognitive Simulation
18
+ - Transformers
19
+ - StableChatAI
20
+ - MultiVendor Deployments
21
+ - Region-Based Scaling
22
+ - Production Ready
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
 
 
 
25
 
26
+ # 🌌 DeepQ
27
 
28
+ ![PyPI - Datasets](https://img.shields.io/pypi/v/datasets?style=social\&logo=pypi\&label=Datasets)
29
+ ![πŸ€– Transformers](https://img.shields.io/pypi/v/transformers?style=social\&label=πŸ€–%20Transformers)
30
+ ![🀝 Hugging Face](https://img.shields.io/badge/Hugging%20Face-Model-blue?logo=huggingface\&style=social)
31
+ ![🧠 DeepRethink](https://img.shields.io/badge/DeepRethink-Integrated-blueviolet?style=social\&logo=OpenAI)
32
+ ![🧬 Cognitive](https://img.shields.io/badge/Cognitive-Simulation-informational?style=social)
33
+ ![🌍 Multi-Region](https://img.shields.io/badge/Multi-Region-orange?style=social\&logo=cloudflare)
34
+ ![πŸ“‘ Deployed](https://img.shields.io/badge/Deployed-13%2B%20Regions-brightgreen?style=social\&logo=vercel)
35
+ ![πŸš€ Production](https://img.shields.io/badge/Production-Ready-success?style=social\&logo=vercel)
36
+ ![πŸ” Streamed](https://img.shields.io/badge/Streaming-Compatible-lightgrey?style=social\&logo=graphql)
37
+ ![πŸ”¬ AI Research](https://img.shields.io/badge/AI%20Research-Powered%20by%20DeepQ-critical?style=social\&logo=github)
38
 
39
  ---
40
 
41
+ ## 🀯 What is DeepQ?
 
 
 
 
 
 
 
 
 
 
 
42
 
43
+ **DeepQ** is an advanced deep reasoning language model created through the synergy between the **QFamily** architecture and the cutting-edge **DeepRethink** dataset. Designed to push the limits of context-rich inference, explanation generation, and reflective response modeling, DeepQ is the next evolution in human-like thought simulation.
44
 
45
+ It inherits the base architecture of `gpt2-medium` and is fine-tuned with the **DeepRethink** dataset (`kulia-moon/DeepRethink`), which focuses on multi-perspective reasoning, contradictory thought, question decomposition, and hypothetical situations β€” all geared towards cultivating a machine that *rethinks before responding*.
 
46
 
47
+ ---
 
48
 
49
+ ## πŸ“¦ Key Features
 
 
50
 
51
+ | Feature | Description |
52
+ | ----------------------- | ----------------------------------------------------------------------- |
53
+ | 🧠 DeepRethink Data | Trained on thousands of synthetic and real thought chains |
54
+ | 🧬 Cognitive Patterns | Simulates re-evaluation and critical thinking behaviors |
55
+ | πŸ— GPT2 Foundation | Built on `openai-community/gpt2-medium` |
56
+ | 🌎 Regional Scaling | Deploys across regions for low-latency use |
57
+ | πŸ’¬ Reflective Responses | Handles contradiction, dilemma, and uncertainty contexts |
58
+ | πŸ›  Use Case Ready | Research, chatbots, simulators, tutoring systems, AI ethics discussions |
59
+ | ☁️ Multi-vendor Support | Optimized for deployment on Hugging Face, Vercel, AWS, GCP, Azure |
60
+ | πŸš€ Streaming Compatible | Full support for SSE and WebSocket-based AI pipelines |
61
+ | πŸ“š Licensing | MIT license, open and production-friendly |
62
 
63
  ---
64
 
65
+ ## πŸš€ Deployments
66
+
67
+ | Region | Vendor | Endpoint | Deployment Badge |
68
+ | ---------------------- | ------------ | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
69
+ | US East (VA) | Hugging Face | [US East](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Deploy US](https://img.shields.io/badge/Deploy-US--East-blue?style=flat-square\&logo=vercel) |
70
+ | EU West (Ireland) | Hugging Face | [EU West](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Deploy EU](https://img.shields.io/badge/Deploy-EU--West-green?style=flat-square\&logo=vercel) |
71
+ | Asia (Singapore) | Hugging Face | [Asia](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Deploy Asia](https://img.shields.io/badge/Deploy-Asia-orange?style=flat-square\&logo=vercel) |
72
+ | Global CDN | Vercel | [Vercel CDN](https://deepq.vercel.app) | ![Vercel](https://img.shields.io/badge/Vercel-CDN-black?logo=vercel\&style=flat-square) |
73
+ | US West (Oregon) | AWS | [AWS](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![AWS](https://img.shields.io/badge/AWS-US--West-critical?style=flat-square\&logo=amazon-aws) |
74
+ | EU Central (Frankfurt) | AWS | [AWS EU](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![AWS EU](https://img.shields.io/badge/AWS-EU--Central-lightgrey?style=flat-square\&logo=amazon-aws) |
75
+ | Tokyo | GCP | [GCP JP](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![GCP](https://img.shields.io/badge/GCP-Japan-informational?style=flat-square\&logo=google-cloud) |
76
+ | Sydney | Azure | [Azure AU](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Azure](https://img.shields.io/badge/Azure-Sydney-blueviolet?style=flat-square\&logo=microsoft-azure) |
77
+ | SΓ£o Paulo | Hugging Face | [Brazil](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Brazil](https://img.shields.io/badge/HF-SΓ£o%20Paulo-red?style=flat-square\&logo=huggingface) |
78
+ | India (Mumbai) | Hugging Face | [India](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![India](https://img.shields.io/badge/Deploy-India-yellow?style=flat-square\&logo=vercel) |
79
+ | Canada (Montreal) | Hugging Face | [Canada](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Canada](https://img.shields.io/badge/Deploy-Canada-success?style=flat-square\&logo=vercel) |
80
+ | Africa (Cape Town) | Hugging Face | [Africa](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Africa](https://img.shields.io/badge/Deploy-Africa-pink?style=flat-square\&logo=vercel) |
81
+ | Middle East (Bahrain) | Hugging Face | [Middle East](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ) | ![Middle East](https://img.shields.io/badge/Deploy-MENA-purple?style=flat-square\&logo=vercel) |
82
 
83
  ---
84
 
85
+ ## πŸ§ͺ Use Cases
86
 
87
+ * **AI Research**: Foundation for studying multi-layered logic simulation and AI explainability
88
+ * **Reflective Chatbots**: For applications needing nuanced and multi-turn understanding
89
+ * **Tutoring Systems**: Where feedback loops and re-evaluation are essential
90
+ * **Debate Engines**: Model holds internal opposition to simulate conflict and resolution
91
+ * **Philosophical AI**: Explore cognitive dissonance, ethics, duality, and hypothetical constructs
92
+ * **Medical/Ethical Simulators**: With dilemma-aware prompts and double-sided scenarios
93
 
94
  ---
95
 
96
+ ## 🧭 Quickstart
97
 
98
+ ```bash
99
+ pip install transformers
100
+ from transformers import pipeline
101
 
102
+ qa = pipeline("text-generation", model="StableChatAI/DeepQ")
103
+ qa("Why do people sometimes change their beliefs?")
 
 
 
 
 
104
  ```
105
 
106
  ---
107
 
108
+ ## 🌐 Links
109
 
110
+ * **Model Card**: [https://huggingface.co/StableChatAI/DeepQ](https://huggingface.co/StableChatAI/DeepQ)
111
+ * **Dataset**: [https://huggingface.co/datasets/kulia-moon/DeepRethink](https://huggingface.co/datasets/kulia-moon/DeepRethink)
112
+ * **Deploy Model**: [https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ](https://endpoints.huggingface.co/new?repository=StableChatAI/DeepQ)
113
+ * **GitHub**: [https://github.com/StableChatAI/DeepQ](https://github.com/StableChatAI/DeepQ)
114
+ * **License**: MIT
115
 
116
  ---
117
 
118
+ > *β€œDeepQ isn't just another language model β€” it's a new frontier of thought.”*
119
+ > β€” QFamily Lab πŸ§ͺ