AndrewRqy commited on
Commit ·
de38060
1
Parent(s): fd94fc8
Add HF blog post URL alongside the in-repo field notes
Browse files
README.md
CHANGED
|
@@ -39,7 +39,8 @@ models:
|
|
| 39 |
- **Languages**: English + 简体中文
|
| 40 |
- **Demo video**: https://youtu.be/Ica9BgX5ZDk
|
| 41 |
- **Social post**: _(to be added by submitter)_
|
| 42 |
-
- **Field notes**:
|
|
|
|
| 43 |
|
| 44 |
> **⏱ Note on loading time**: this Space ships ~100 pixel-art sprites + theme backdrops. HF Space's free CPU tier has slow egress bandwidth, so first paint of a fresh container can take a minute or two; subsequent page transitions are faster as the browser caches assets. The front-page dropdown lets you flip between **Lean** (small payload, fast loading, default on the Space) and **Full** (parallax banner, scene landscapes, all decorative PNGs — recommended only on a fast connection or once the Space is warm).
|
| 45 |
|
|
@@ -67,7 +68,7 @@ models:
|
|
| 67 |
|---|---|
|
| 68 |
| 🎯 **Well-Tuned** | Qwen2.5-14B + a hand-distilled 23k-example humor LoRA (rank 16, ~6.5h on H100). Visibly steers all three humor modes; details in field notes. |
|
| 69 |
| 🎨 **Off-Brand** | ~2000 lines of bespoke CSS, Press Start 2P + VT323 fonts, hand-painted pixel-art sprites, custom story-tree visualization, custom ending banner. No stock Gradio chrome reaches the page. |
|
| 70 |
-
| 📓 **Field Notes** | [`docs/FIELD_NOTES_apprentice.md`](../docs/FIELD_NOTES_apprentice.md) — a build diary covering what we designed and what broke. |
|
| 71 |
| 📡 **Sharing-is-Caring** | [`traces/sample/`](traces/sample/) — JSONL captures of every LLM call from a real playthrough (prompts, responses, latency, token usage, both requested and returned model id). LLM-call tracing is default-on; opt out with `ORACLES_TRACE_DISABLE=1`. |
|
| 72 |
| ⚡ **Tiny Titan** | Same 23k corpus trained into a Qwen2.5-1.5B LoRA (~$5.50, ~1.5h on H100). Eligible for the ≤4B prize. |
|
| 73 |
|
|
|
|
| 39 |
- **Languages**: English + 简体中文
|
| 40 |
- **Demo video**: https://youtu.be/Ica9BgX5ZDk
|
| 41 |
- **Social post**: _(to be added by submitter)_
|
| 42 |
+
- **Field notes (blog post)**: https://huggingface.co/blog/AndrewRqy/apprentice-blog-url
|
| 43 |
+
- **Field notes (repo)**: [`docs/FIELD_NOTES_apprentice.md`](../docs/FIELD_NOTES_apprentice.md)
|
| 44 |
|
| 45 |
> **⏱ Note on loading time**: this Space ships ~100 pixel-art sprites + theme backdrops. HF Space's free CPU tier has slow egress bandwidth, so first paint of a fresh container can take a minute or two; subsequent page transitions are faster as the browser caches assets. The front-page dropdown lets you flip between **Lean** (small payload, fast loading, default on the Space) and **Full** (parallax banner, scene landscapes, all decorative PNGs — recommended only on a fast connection or once the Space is warm).
|
| 46 |
|
|
|
|
| 68 |
|---|---|
|
| 69 |
| 🎯 **Well-Tuned** | Qwen2.5-14B + a hand-distilled 23k-example humor LoRA (rank 16, ~6.5h on H100). Visibly steers all three humor modes; details in field notes. |
|
| 70 |
| 🎨 **Off-Brand** | ~2000 lines of bespoke CSS, Press Start 2P + VT323 fonts, hand-painted pixel-art sprites, custom story-tree visualization, custom ending banner. No stock Gradio chrome reaches the page. |
|
| 71 |
+
| 📓 **Field Notes** | Blog post: https://huggingface.co/blog/AndrewRqy/apprentice-blog-url ⋅ Repo mirror: [`docs/FIELD_NOTES_apprentice.md`](../docs/FIELD_NOTES_apprentice.md) — a build diary covering what we designed and what broke. |
|
| 72 |
| 📡 **Sharing-is-Caring** | [`traces/sample/`](traces/sample/) — JSONL captures of every LLM call from a real playthrough (prompts, responses, latency, token usage, both requested and returned model id). LLM-call tracing is default-on; opt out with `ORACLES_TRACE_DISABLE=1`. |
|
| 73 |
| ⚡ **Tiny Titan** | Same 23k corpus trained into a Qwen2.5-1.5B LoRA (~$5.50, ~1.5h on H100). Eligible for the ≤4B prize. |
|
| 74 |
|