geeteshcodes commited on
Commit
6eae939
·
verified ·
1 Parent(s): 0ccd9b9

Add source code and docs

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SLLM — Small Language Model from Scratch
2
 
3
  A GPT-style decoder-only transformer built and trained from scratch in PyTorch. Two model sizes are available (100M and 150M parameters), designed to fit on consumer GPUs as small as a 4 GB VRAM card (e.g. RTX 3050).
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - pytorch
7
+ - language-model
8
+ - gpt
9
+ - transformer
10
+ - from-scratch
11
+ - causal-lm
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
  # SLLM — Small Language Model from Scratch
16
 
17
  A GPT-style decoder-only transformer built and trained from scratch in PyTorch. Two model sizes are available (100M and 150M parameters), designed to fit on consumer GPUs as small as a 4 GB VRAM card (e.g. RTX 3050).