ThingsAI commited on
Commit
0cbb258
ยท
verified ยท
1 Parent(s): a5b637a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -9
README.md CHANGED
@@ -1,13 +1,43 @@
 
 
 
 
 
1
  ---
2
- title: OvercastLab
3
- emoji: โ˜๏ธ
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: static
7
- pinned: false
8
- license: apache-2.0
 
 
 
 
 
9
  ---
10
 
11
- # OvercastLab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- OvercastLab is an independent research collective focused on scaling the limits of Small Language Models (SLMs). Home of the Quark series: high-density models for the next generation of edge AI.
 
 
 
1
+
2
+ # Welcome to ThingsAI! ๐Ÿค—
3
+
4
+ **Building efficient, bilingual AI models that run anywhere.** ๐Ÿ‡ฎ๐Ÿ‡น ๐Ÿ‡ฌ๐Ÿ‡ง
5
+
6
  ---
7
+
8
+ ## ๐Ÿค– Our Models
9
+
10
+ ### [Quark-135M](https://huggingface.co/ThingAI/Quark-135m-Bilingual)
11
+ A lightweight bilingual (Italian + English) language model with **135M parameters**. Features GQA, SwiGLU, RMSNorm, and RoPE. Trained on 50B+ tokens of curated Italian and English data.
12
+
13
+ ### Quark-270M *(training now)*
14
+ Our most powerful small model โ€” **270M parameters** with 32 layers, 768 hidden dimensions, and 65K vocabulary. Currently in active training on 10B+ tokens with planned scaling to 135B tokens.
15
+
16
+ ### [Quark-Mod](https://huggingface.co/ThingAI/Quark-Mod)
17
+ A multi-label moderation model covering **9 categories** for safe AI deployment: toxic, severe_toxic, obscene, threat, insult, identity_hate, cyberbullying, hate_speech, offensive.
18
+
19
  ---
20
 
21
+ ## ๐ŸŽฏ What We Focus On
22
+
23
+ - โšก **Small, efficient architectures** โ€” GQA, weight tying, deep-thin design
24
+ - ๐ŸŒ **Bilingual training** โ€” Italian + English from scratch
25
+ - ๐Ÿ”“ **Open-source everything** โ€” weights, code, datasets
26
+ - ๐Ÿ’ป **Real-world deployment** โ€” runs on consumer hardware
27
+
28
+ ---
29
+
30
+ ## ๐Ÿ“‚ Resources
31
+
32
+ | | |
33
+ |---|---|
34
+ | ๐Ÿ“š [Quark-135M-Bilingual](https://huggingface.co/ThingAI/Quark-135m-Bilingual) | Our flagship bilingual model |
35
+ | ๐Ÿ›ก๏ธ [Quark-Moderation-Multi](https://huggingface.co/ThingsAI/Quark-Mod) | Multi-label content moderation |
36
+ | ๐Ÿ“ [HuggingFace Community](https://huggingface.co/ThingsAI) | All our models and datasets |
37
+ | ๐Ÿ’ป [GitHub](https://github.com/overcastlab) | Code, scripts, and tools |
38
+
39
+ ---
40
 
41
+ <p align="center">
42
+ <sub>Made with โค๏ธ by ThingsAI ยท <a href="https://things-ai.org">Website</a> ยท <a href="https://github.com/overcastlab">GitHub</a></sub>
43
+ </p>