tdfirth commited on
Commit
4ebbc92
·
verified ·
1 Parent(s): 71a9933

Add model card

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - jax
4
+ - from-scratch
5
+ - educational
6
+ license: mit
7
+ ---
8
+
9
+ # Gradling
10
+
11
+ Deep learning components and models built from scratch in JAX.
12
+ Code: https://github.com/tdfirth/gradling
13
+
14
+ ## Structure
15
+
16
+ Each top-level directory is a model architecture. Within each, subdirectories
17
+ are experiments with their own configs and checkpoints.