--- title: TinyModels emoji: ⚑ colorFrom: red colorTo: blue sdk: gradio pinned: false license: mit --- # TinyModels 🀏⚑

![TinyModels](https://img.shields.io/badge/TinyModels-Small_but_Powerful-blueviolet?style=for-the-badge) ![HuggingFace](https://img.shields.io/badge/πŸ€—_HuggingFace-TinyModels-yellow?style=for-the-badge) ![License](https://img.shields.io/badge/License-Open_Source-brightgreen?style=for-the-badge) ![Community](https://img.shields.io/badge/Community-Open_to_All-brightgreen?style=for-the-badge) ### *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.
--- ## 🧠 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 ![PyTorch](https://img.shields.io/badge/PyTorch-EE4C2C?style=flat&logo=pytorch&logoColor=white) ![HuggingFace](https://img.shields.io/badge/Transformers-FFD21E?style=flat&logo=huggingface&logoColor=black) ![DeBERTa](https://img.shields.io/badge/DeBERTa-v3-blue?style=flat) ![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white) 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 ``` ---
Built with ❀️ by the community · Free forever · Open to all *Tiny models. Huge ambitions.*