File size: 756 Bytes
d470d3a
d9b469c
899d8dd
 
 
 
 
 
 
 
 
7b966be
899d8dd
3035a4a
899d8dd
 
 
 
 
 
 
 
 
adba8de
899d8dd
 
 
 
18c7c8c
adba8de
 
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
---
license: apache-2.0
tags:
- text-generation
- transformers
- russian
- llm
- from-scratch
- pytorch
---

# Blind - LLMs, trained from scratch

**A series of models from 1 to 3B parameters**, created entirely from scratch and trained on Russian-language data.

A project for enthusiasts, students, and developers who want to experiment with LLMs without a huge investment.

---

## Models

| File | Size | Parameters |
|------|----------|----------|
| `blind_one_param_model.pt` | 3 KB | 1 |
| `blind-0-ultrasmall.pt` | 173 MB | ~50M |
| `blind-0-small.pt` | 356 MB | ~85M |
| `blind-0-medium.pt` | 407 MB | ~100M |
| `blind-0-large.pt` | 445 MB | ~110M |
| `blind-1.pt` | 1 GB | ~740M |
| `blind-1.1.pt` | 1 GB | ~750M |
| `blind-1.5.pt` | 6 GB | ~3B |