Initial commit

This commit is contained in:
kaj
2025-11-18 13:16:02 +01:00
commit d3331c63b7
2 changed files with 21 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Simple-Transformer-JS
This project is a small in-browser demonstration of key components of a transformer-style attention mechanism. It runs entirely in JavaScript using ES modules.