Add model card
Browse files
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.
|