| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>ThingsAI</title> |
| <link rel="stylesheet" href="style.css"> |
| </head> |
| <body> |
|
|
| <header class="hero"> |
| <div class="container"> |
| <span class="badge">๐ README</span> |
| <h1>Welcome to ThingsAI</h1> |
| <p class="subtitle"> |
| Building efficient, bilingual AI models that run anywhere. |
| </p> |
|
|
| <div class="flags"> |
| ๐ฎ๐น Italian โข ๐ฌ๐ง English |
| </div> |
| </div> |
| </header> |
|
|
| <main class="container"> |
|
|
| <section class="section"> |
| <h2>Our Models</h2> |
|
|
| <div class="cards"> |
|
|
| <article class="card"> |
| <h3>Quark-135M</h3> |
| <p> |
| A lightweight bilingual language model with |
| <strong>135M parameters</strong>. |
| </p> |
| <p> |
| Features GQA, SwiGLU, RMSNorm and RoPE. |
| Trained on 50B+ curated tokens. |
| </p> |
| <a href="https://huggingface.co/ThingAI/Quark-135m-Bilingual" target="_blank"> |
| View Model โ |
| </a> |
| </article> |
|
|
| <article class="card"> |
| <h3>Quark-270M</h3> |
| <p> |
| Our most powerful small model with |
| <strong>270M parameters</strong>. |
| </p> |
| <p> |
| Currently training with planned scaling |
| to 135B tokens. |
| </p> |
| <span class="status">Training Now</span> |
| </article> |
|
|
| <article class="card"> |
| <h3>Quark-Mod</h3> |
| <p> |
| Multi-label moderation model covering |
| <strong>9 safety categories</strong>. |
| </p> |
| <p> |
| Designed for safe and practical AI deployment. |
| </p> |
| <a href="https://huggingface.co/ThingAI/Quark-Mod" target="_blank"> |
| View Model โ |
| </a> |
| </article> |
|
|
| </div> |
| </section> |
|
|
| <section class="section"> |
| <h2>What We Focus On</h2> |
|
|
| <div class="features"> |
| <div class="feature"> |
| <span>โก</span> |
| <p>Small, efficient architectures</p> |
| </div> |
|
|
| <div class="feature"> |
| <span>๐</span> |
| <p>Bilingual training from scratch</p> |
| </div> |
|
|
| <div class="feature"> |
| <span>๐</span> |
| <p>Open-source everything</p> |
| </div> |
|
|
| <div class="feature"> |
| <span>๐ป</span> |
| <p>Real-world deployment</p> |
| </div> |
| </div> |
| </section> |
|
|
| <section class="section"> |
| <h2>Resources</h2> |
|
|
| <table> |
| <tr> |
| <td>๐ Quark-135M-Bilingual</td> |
| <td>Flagship bilingual model</td> |
| </tr> |
|
|
| <tr> |
| <td>๐ก๏ธ Quark-Mod</td> |
| <td>Content moderation model</td> |
| </tr> |
|
|
| <tr> |
| <td>๐ HuggingFace Community</td> |
| <td>Models and datasets</td> |
| </tr> |
|
|
| <tr> |
| <td>๐ป GitHub</td> |
| <td>Code, scripts and tools</td> |
| </tr> |
| </table> |
| </section> |
|
|
| </main> |
|
|
| <footer> |
| <p> |
| Made with โค๏ธ by ThingsAI |
| </p> |
| </footer> |
|
|
| </body> |
| </html> |