Edwin Jose Palathinkal commited on
Commit ·
c255ac5
1
Parent(s): e22239c
docs: add HuggingFace model reference
Browse files
README.md
CHANGED
|
@@ -6,6 +6,12 @@ A PyTorch transformer model that converts numbers to their English names.
|
|
| 6 |
|
| 7 |
This project was **vibe coded** — meaning it was collaboratively built using AI assistance (specifically the [pi coding agent](https://github.com/earendil-works/pi) harness) through iterative conversation, exploration, and refinement. The codebase reflects a natural evolution of ideas, from initial concept to working transformer model, with AI handling implementation details, suggestions, and code generation based on high-level direction.
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Features
|
| 10 |
|
| 11 |
- **Transformer architecture** with cross-attention mechanism
|
|
|
|
| 6 |
|
| 7 |
This project was **vibe coded** — meaning it was collaboratively built using AI assistance (specifically the [pi coding agent](https://github.com/earendil-works/pi) harness) through iterative conversation, exploration, and refinement. The codebase reflects a natural evolution of ideas, from initial concept to working transformer model, with AI handling implementation details, suggestions, and code generation based on high-level direction.
|
| 8 |
|
| 9 |
+
## 🤗 HuggingFace Model
|
| 10 |
+
|
| 11 |
+
A pre-trained version of this model is available on HuggingFace:
|
| 12 |
+
|
| 13 |
+
**🔗 https://huggingface.co/edwinhere/namer**
|
| 14 |
+
|
| 15 |
## Features
|
| 16 |
|
| 17 |
- **Transformer architecture** with cross-attention mechanism
|