arshvir commited on
Commit
b802d93
Β·
verified Β·
1 Parent(s): 03a04a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CRAB Language Model
2
+
3
+ CRAB is a series of compact language models designed to deliver efficient performance across different scales and resource requirements. The family includes Pico, Nano, Micro, Tiny, and Small variants, making it suitable for experimentation, lightweight deployment, and scaling research.
4
+
5
+ ## Model Series
6
+
7
+ | Model | Parameters |
8
+ | --- | ---: |
9
+ | CRAB Pico | 15M |
10
+ | CRAB Nano | 33M |
11
+ | CRAB Micro | 60M |
12
+ | CRAB Tiny | 90M |
13
+ | CRAB Small | 250M |
14
+
15
+ ## Repository Structure
16
+
17
+ ```text
18
+ crab_language_model/
19
+ β”œβ”€β”€ app.py
20
+ β”œβ”€β”€ data/
21
+ β”œβ”€β”€ models/
22
+ β”œβ”€β”€ models_notebooks/
23
+ β”œβ”€β”€ LICENSE
24
+ └── README.md
25
+ ```
26
+
27
+ ## Overview
28
+
29
+ The CRAB model family focuses on small, resource-aware language models:
30
+
31
+ - **Pico** and **Nano** are intended for very lightweight experiments.
32
+ - **Micro** and **Tiny** provide larger capacity while remaining efficient.
33
+ - **Small** offers the highest-capacity model in the current CRAB series.
34
+
35
+ ## License
36
+
37
+ This project is licensed under the terms included in the [LICENSE](LICENSE) file.