P1yansh commited on
Commit
c7ea41d
·
1 Parent(s): 9090a33

Add Hugging Face Space YAML metadata to README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Nano-GLM (GLM-5.2 Baby 120M) - From Scratch
2
 
3
  This repository contains a from-scratch implementation and pretraining script for a baby version (~120M parameters) of GLM-5.2 (GLM MoE DSA). The project is heavily inspired by Andrej Karpathy's nanoGPT and aims to serve as a highly educational resource.
 
1
+ ---
2
+ title: Nano-GLM (120M MoE)
3
+ emoji: 🧪
4
+ colorFrom: indigo
5
+ colorTo: cyan
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # Nano-GLM (GLM-5.2 Baby 120M) - From Scratch
12
 
13
  This repository contains a from-scratch implementation and pretraining script for a baby version (~120M parameters) of GLM-5.2 (GLM MoE DSA). The project is heavily inspired by Andrej Karpathy's nanoGPT and aims to serve as a highly educational resource.