docs: add citation section
Browse files
README.md
CHANGED
|
@@ -419,3 +419,15 @@ only; nothing was ever tuned on an eval set; every negative result is published.
|
|
| 419 |
|
| 420 |
*Built by one person and an AI assistant in about a week of evenings, for about
|
| 421 |
the price of a game console. The failures are the useful part.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 419 |
|
| 420 |
*Built by one person and an AI assistant in about a week of evenings, for about
|
| 421 |
the price of a game console. The failures are the useful part.*
|
| 422 |
+
|
| 423 |
+
## Citation
|
| 424 |
+
|
| 425 |
+
```bibtex
|
| 426 |
+
@misc{saravanan2026thimble,
|
| 427 |
+
title = {Thimble: A 48M-Parameter Tool-Calling Model from Co-Designing the
|
| 428 |
+
Tokenizer, Loss, and Decoder --- with Eleven Negative Results},
|
| 429 |
+
author = {Saravanan, Nikshep},
|
| 430 |
+
year = {2026},
|
| 431 |
+
url = {https://github.com/nikshepsvn/thimble}
|
| 432 |
+
}
|
| 433 |
+
```
|