Spaces:
Build error
Build error
File size: 3,118 Bytes
f3181e1 72cdeee 2e74cd7 f3181e1 72cdeee f3181e1 72cdeee c0b6909 4293c9f 3fb90be 15505c8 4293c9f 72cdeee c0b6909 72cdeee c0b6909 6e3e70e c0b6909 72cdeee c0b6909 72cdeee c0b6909 72cdeee c0b6909 72cdeee c0b6909 72cdeee c0b6909 72cdeee c0b6909 72cdeee 54951a8 72cdeee 54951a8 72cdeee 54951a8 72cdeee 54951a8 72cdeee 54951a8 72cdeee 54951a8 72cdeee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | ---
title: TinyModels
emoji: ⚡
colorFrom: red
colorTo: blue
sdk: gradio
pinned: false
license: mit
---
# TinyModels 🤏⚡
<p align="center">
<img
src="https://huggingface.co/spaces/TinyModels/README/Resolve/main/Com logo.png"
width="1000"
/>
</p>
<div align="center">




### *Big intelligence. Tiny Parameters.*
We build **small, fast, production-ready models** that punch way above their weight.
No bloat. No nonsense. Just models that work — on your laptop, your phone, your API.
</div>
---
## 🧠 Philosophy
> Most AI labs race to make models bigger.
> We race to make them **smaller without losing what matters.**
Every model we ship follows three rules:
```
1. Fits on a free GPU → deployable by anyone
2. Beats models twice its size → efficiency over parameters
3. Ships with clean docs → actually usable in production
```
---
## ⚡ Why Tiny?
| | Big Models | TinyModels |
|---|---|---|
| **Cost** | $$$ per inference | Free / near-free |
| **Latency** | 500ms–2s | 20–80ms |
| **Deployment** | Needs A100 | Runs on T4, CPU, phone |
| **Accessibility** | Labs only | Everyone |
| **Carbon** | 🔥 High | 🌱 Low |
---
## 🤝 Open to Everyone
TinyModels is a **free, open community** — anyone can join, contribute models, datasets, or ideas.
No gatekeeping. No paywalls. Just good models, open to all.
> 👉 **Want to contribute?** Follow the org and reach out!
---
## 🛠️ Built With




Every model is trained on **Google Colab free tier** to prove it doesn't take a supercomputer to build something great.
---
## 🗺️ Roadmap
```
✅ CORTYX v2 — 17-label toxicity classifier
🔜 MCLM v1 — 65-label multi-domain classifier
📅 CORTYX v3 — improved hate_speech, profanity, self_harm
📅 TinyEmbed — 32M sentence embeddings
📅 TinyNER — named entity recognition <50M
📅 TinyIntent — ultra-fast intent classifier for chatbots
```
---
## 🚀 Quick Start
All TinyModels work the same way:
```bash
pip install transformers torch sentencepiece huggingface_hub
```
```python
from huggingface_hub import hf_hub_download
# Load any model in minutes — see individual model cards for full usage
```
---
<div align="center">
Built with ❤️ by the community · Free forever · Open to all
*Tiny models. Huge ambitions.*
</div> |