QuantaSparkLabs commited on
Commit
72cdeee
·
verified ·
1 Parent(s): 9892384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -30
README.md CHANGED
@@ -1,59 +1,123 @@
1
  ---
2
- title: QS-OpenLab
3
- emoji: 🛸
4
- colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
  pinned: false
 
8
  ---
9
 
10
- # QS-OpenLab
11
 
12
- ![QS-OpenLab Logo](./QS_OpenLab.png)
13
 
14
- ## 🌟 Welcome to QS-OpenLab
 
 
 
15
 
16
- QS-OpenLab is a **collaborative space** dedicated to exploring and advancing **quantum science**, **AI integration**, and **open research initiatives**.
17
 
18
- Our mission is to bring together **enthusiasts, researchers, and developers** to share projects, ideas, and tools in a **friendly and open environment**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ---
21
 
22
- ### 🚀 What We Offer
23
 
24
- - **Open Science Projects:** Collaborative projects for learning and research.
25
- - **Interactive Experiments:** Play with demos and notebooks directly in the Space.
26
- - **Community Collaboration:** Share ideas, discuss approaches, and explore quantum science together.
 
 
 
 
27
 
28
  ---
29
 
30
- ### 🎨 About This Space
31
 
32
- This Space showcases a **community card** for QS-OpenLab, built with **Gradio** to display:
33
 
34
- - Logo
35
- - Community name
36
- - Short description
37
 
38
- All in a **clean and visually appealing format**.
39
 
40
  ---
41
 
42
- > Join the journey of open research and quantum exploration with QS-OpenLab! 🌌
43
- > ---
 
 
 
 
44
 
45
- ### 🤝 How to Join QS-OpenLab
46
 
47
- QS-OpenLab is an open, collaborative community for enthusiasts, researchers, and developers exploring **quantum science** and **AI integration**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
- You can join and participate by:
50
 
51
- 1. **Following this Space** – Click the **Follow** button at the top to stay updated with projects and demos.
52
- 2. **Exploring Projects** – Try out interactive demos and experiments directly in this Space.
53
- 3. **Contributing Ideas** – Share your suggestions, feedback, or open-source projects if the Space allows contributions.
54
- 4. **Engaging with the Community** – Join discussions in comments or any linked channels (e.g., forums, GitHub, or chat platforms if listed).
55
 
56
- > Everyone is welcome! Whether you're a beginner or an experienced researcher, QS-OpenLab is a place to **learn, experiment, and collaborate**.
57
- >
58
- > **UNDER CONTSRUCTION**: We are currently refining our community pages and digital resources. Please check back soon for updates as we continue to build and improve our platform
59
 
 
 
1
  ---
2
+ title: TinyModels
3
+ emoji:
4
+ colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ # TinyModels 🤏⚡
12
 
13
+ <div align="center">
14
 
15
+ ![TinyModels](https://img.shields.io/badge/TinyModels-Small_but_Powerful-blueviolet?style=for-the-badge)
16
+ ![HuggingFace](https://img.shields.io/badge/🤗_HuggingFace-TinyModels-yellow?style=for-the-badge)
17
+ ![License](https://img.shields.io/badge/License-Open_Source-brightgreen?style=for-the-badge)
18
+ ![Community](https://img.shields.io/badge/Community-Open_to_All-brightgreen?style=for-the-badge)
19
 
20
+ ### *Big intelligence. Tiny footprint.*
21
 
22
+ We build **small, fast, production-ready models** that punch way above their weight.
23
+ No bloat. No nonsense. Just models that work — on your laptop, your phone, your API.
24
+
25
+ </div>
26
+
27
+ ---
28
+
29
+ ## 🧠 Philosophy
30
+
31
+ > Most AI labs race to make models bigger.
32
+ > We race to make them **smaller without losing what matters.**
33
+
34
+ Every model we ship follows three rules:
35
+
36
+ ```
37
+ 1. Fits on a free GPU → deployable by anyone
38
+ 2. Beats models twice its size → efficiency over parameters
39
+ 3. Ships with clean docs → actually usable in production
40
+ ```
41
+
42
+ ---
43
+
44
+ ## 📦 Models
45
+
46
+ | Model | Task | Size | Status |
47
+ |---|---|---|---|
48
+ | 🛡️ **CORTYX v2** | 17-label toxicity & AI safety classifier | 141M | ✅ Live |
49
+ | 🔬 **MCLM v1** | 65-label multi-domain classifier | 183M | 🔜 Soon |
50
+ | 📌 **TinyEmbed** | Lightweight sentence embeddings | 32M | 📅 Planned |
51
+ | ⚡ **TinyNER** | Named entity recognition | <50M | 📅 Planned |
52
+ | 💬 **TinyIntent** | Ultra-fast intent classifier | <50M | 📅 Planned |
53
 
54
  ---
55
 
56
+ ## Why Tiny?
57
 
58
+ | | Big Models | TinyModels |
59
+ |---|---|---|
60
+ | **Cost** | $$$ per inference | Free / near-free |
61
+ | **Latency** | 500ms–2s | 20–80ms |
62
+ | **Deployment** | Needs A100 | Runs on T4, CPU, phone |
63
+ | **Accessibility** | Labs only | Everyone |
64
+ | **Carbon** | 🔥 High | 🌱 Low |
65
 
66
  ---
67
 
68
+ ## 🤝 Open to Everyone
69
 
70
+ TinyModels is a **free, open community** anyone can join, contribute models, datasets, or ideas.
71
 
72
+ No gatekeeping. No paywalls. Just good models, open to all.
 
 
73
 
74
+ > 👉 **Want to contribute?** Follow the org and reach out!
75
 
76
  ---
77
 
78
+ ## 🛠️ Built With
79
+
80
+ ![PyTorch](https://img.shields.io/badge/PyTorch-EE4C2C?style=flat&logo=pytorch&logoColor=white)
81
+ ![HuggingFace](https://img.shields.io/badge/Transformers-FFD21E?style=flat&logo=huggingface&logoColor=black)
82
+ ![DeBERTa](https://img.shields.io/badge/DeBERTa-v3-blue?style=flat)
83
+ ![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)
84
 
85
+ Every model is trained on **Google Colab free tier** to prove it doesn't take a supercomputer to build something great.
86
 
87
+ ---
88
+
89
+ ## 🗺️ Roadmap
90
+
91
+ ```
92
+ ✅ CORTYX v2 — 17-label toxicity classifier
93
+ 🔜 MCLM v1 — 65-label multi-domain classifier
94
+ 📅 CORTYX v3 — improved hate_speech, profanity, self_harm
95
+ 📅 TinyEmbed — 32M sentence embeddings
96
+ 📅 TinyNER — named entity recognition <50M
97
+ 📅 TinyIntent — ultra-fast intent classifier for chatbots
98
+ ```
99
+
100
+ ---
101
+
102
+ ## 🚀 Quick Start
103
+
104
+ All TinyModels work the same way:
105
+
106
+ ```bash
107
+ pip install transformers torch sentencepiece huggingface_hub
108
+ ```
109
+
110
+ ```python
111
+ from huggingface_hub import hf_hub_download
112
+ # Load any model in minutes — see individual model cards for full usage
113
+ ```
114
+
115
+ ---
116
 
117
+ <div align="center">
118
 
119
+ Built with ❤️ by the community · Free forever · Open to all
 
 
 
120
 
121
+ *Tiny models. Huge ambitions.*
 
 
122
 
123
+ </div>