NanoGPT acknowledgement
This commit is contained in:
@@ -794,9 +794,13 @@ Example prediction payload:
|
|||||||
- Board-size-specific generation is a planned future extension. For now, the demo uses the full TB2 12x12 and Kilter 16x12-style background images and placement sets.
|
- Board-size-specific generation is a planned future extension. For now, the demo uses the full TB2 12x12 and Kilter 16x12-style background images and placement sets.
|
||||||
- "No Match" token and "No Match" options in the demo.
|
- "No Match" token and "No Match" options in the demo.
|
||||||
|
|
||||||
|
## References and acknowledgements
|
||||||
|
|
||||||
|
The route generator is a small GPT-style causal transformer inspired by Andrej Karpathy's [`nanoGPT`](https://github.com/karpathy/nanoGPT), a compact reference implementation for training GPT models.
|
||||||
|
|
||||||
|
Board layouts, hold metadata, and route data are derived from [`Tension Board 2`](https://tensionclimbing.com/products/tension-board-2) and [`Kilter Board`](https://settercloset.com/collections/kilter-board) datasets. This project is unaffiliated with [`Tension Climbing`](https://tensionclimbing.com/) or [`Kilter`](https://settercloset.com/collections/kilter-board).
|
||||||
|
|
||||||
# License
|
# License
|
||||||
This project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for details.
|
This project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for details.
|
||||||
|
|
||||||
The project is for educational purposes. Climb data belongs to Tension Climbing and Kilter respectively.
|
The project is for educational purposes.
|
||||||
|
|||||||
@@ -407,3 +407,11 @@ button.secondary:hover {
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data-acknowledgement-card a {
|
||||||
|
color: var(--link);
|
||||||
|
}
|
||||||
|
|
||||||
|
#data-acknowledgement-card a:hover {
|
||||||
|
color: var(--hover);
|
||||||
|
}
|
||||||
|
|||||||
@@ -124,14 +124,21 @@
|
|||||||
<li><a href="https://github.com/psark007/Tension-Board-2-Analysis" target="_blank" rel="noreferrer">Tension Board 2 Analysis repo</a></li>
|
<li><a href="https://github.com/psark007/Tension-Board-2-Analysis" target="_blank" rel="noreferrer">Tension Board 2 Analysis repo</a></li>
|
||||||
<li><a href="https://github.com/psark007/Kilter-Board-Analysis" target="_blank" rel="noreferrer">Kilter Board Analysis repo</a></li>
|
<li><a href="https://github.com/psark007/Kilter-Board-Analysis" target="_blank" rel="noreferrer">Kilter Board Analysis repo</a></li>
|
||||||
<li><a href="https://tensionclimbing.com/products/tension-board-2" target="_blank" rel="noreferrer">Tension Board 2</a></li>
|
<li><a href="https://tensionclimbing.com/products/tension-board-2" target="_blank" rel="noreferrer">Tension Board 2</a></li>
|
||||||
<li><a href="https://settercloset.com" target="_blank" rel="noreferrer">Kilter Board</a></li>
|
<li><a href="https://settercloset.com/collections/kilter-board" target="_blank" rel="noreferrer">Kilter Board</a></li>
|
||||||
|
<li><a href="https://github.com/karpathy/nanoGPT" target="_blank" rel="noreferrer">nanoGPT</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card note" id="data-acknowledgement-card">
|
<div class="card note" id="data-acknowledgement-card">
|
||||||
<h2>Data acknowledgement</h2>
|
<h2>Data acknowledgement</h2>
|
||||||
<p>
|
<p>
|
||||||
Board layouts, hold metadata, and route data are derived from Tension Board 2 and Kilter Board datasets. This project is unaffiliated with Tension Climbing or Kilter.
|
Board layouts, hold metadata, and route data are derived from
|
||||||
|
<a href="https://tensionclimbing.com/products/tension-board-2" target="_blank" rel="noreferrer">Tension Board 2</a>
|
||||||
|
and
|
||||||
|
<a href="https://settercloset.com/collections/kilter-board" target="_blank" rel="noreferrer">Kilter Board</a>
|
||||||
|
datasets. This project is unaffiliated with Tension Climbing or
|
||||||
|
Kilter. The route generator is inspired by Andrej Karpathy's
|
||||||
|
<a href="https://github.com/karpathy/nanoGPT" target="_blank" rel="noreferrer">nanoGPT</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user