MarianaCodebase commited on
Commit
51e221f
·
verified ·
1 Parent(s): e218047

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -26
README.md CHANGED
@@ -1,37 +1,37 @@
1
  ---
2
  title: Lost Frequency Radio
3
- emoji: 🌍
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 6.17.3
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
  short_description: An old radio that picks up parallel universes, live
12
  models:
13
- - openbmb/MiniCPM5-1B
14
- - build-small-hackathon/MiniCPM5-1B-lost-frequency-radio-GGUF
15
  datasets:
16
- - build-small-hackathon/lost-frequency-radio-transmissions
17
  tags:
18
- - build-small-hackathon
19
- - thousand-token-wood
20
- - llama-cpp
21
- - minicpm
22
- - openbmb
23
- - off-the-grid
24
- - off-brand
25
- - well-tuned
26
- - tiny-titan
27
- - track:wood
28
- - sponsor:openbmb
29
- - achievement:offgrid
30
- - achievement:welltuned
31
- - achievement:offbrand
32
- - achievement:llama
33
- - achievement:sharing
34
- - achievement:fieldnotes
35
  ---
36
 
37
  # 📻 Lost Frequency Radio
@@ -44,7 +44,8 @@ tags:
44
  <a href="https://x.com/MarianaCodebase/status/2065857307444199484">📣 Social post</a> &nbsp;·&nbsp;
45
  <a href="https://huggingface.co/build-small-hackathon/MiniCPM5-1B-lost-frequency-radio-GGUF">🧠 Fine-tuned model</a> &nbsp;·&nbsp;
46
  <a href="https://huggingface.co/datasets/build-small-hackathon/lost-frequency-radio-transmissions">📚 Dataset</a> &nbsp;·&nbsp;
47
- <a href="https://huggingface.co/blog/build-small-hackathon/lost-frequency-radio">📓 Field Notes write-up</a>
 
48
  </p>
49
 
50
  <p align="center">
@@ -79,7 +80,7 @@ the dial.
79
 
80
  ## 🎖️ Merit badges this entry earns
81
 
82
- Here is the honest scorecard. Everything below is verifiable from the links in this README :) .
83
 
84
  | Badge | What it requires | How Lost Frequency Radio earns it |
85
  |---|---|---|
@@ -88,7 +89,7 @@ Here is the honest scorecard. Everything below is verifiable from the links in t
88
  | 🎨 **Off-Brand** | A custom frontend that pushes past the default Gradio look (hint: `gr.Server`) | Built on [`gradio.Server`](app.py): a real FastAPI app under Gradio. A hand-written skeuomorphic CRT radio (wooden bezel, phosphor glow, live oscilloscope, synthesized voices, Morse). **Zero default Gradio UI is visible.** |
89
  | 🦙 **Llama Champion** | Your model runs through the llama.cpp runtime | The published model is GGUF Q4_K_M, served with `llama-cpp-python`. See [`requirements.txt`](requirements.txt) and [`model.py`](model.py). |
90
  | 📓 **Field Notes** | A blog post / report about what you built and learned | Published: **[Field Notes: I Built a Radio That Picks Up Lost Universes](https://huggingface.co/blog/build-small-hackathon/lost-frequency-radio)**. |
91
- | 📡 **Sharing is Caring** | You shared your work on the Hub for everyone to learn from | The whole build is open and reproducible on the Hub: the [dataset of ~786 transmissions](https://huggingface.co/datasets/build-small-hackathon/lost-frequency-radio-transmissions), the full LoRA training and GGUF export pipeline in this repo, and a step-by-step [write-up](https://huggingface.co/blog/build-small-hackathon/lost-frequency-radio) so anyone can retrace exactly how it was built and trained. |
92
 
93
  **Also competing for:** 🐜 **Tiny Titan** (the model is 1B, far under the ≤4B bar),
94
  the **OpenBMB Awards** (built on and fine-tuned from OpenBMB's MiniCPM5-1B), and
@@ -314,4 +315,4 @@ python quantize_gguf.py # -> Q4_K_M
314
 
315
  ---
316
 
317
- Made with a lot of love (and a lot of static) by **Mariana Sinisterra** for the Hugging Face **Build Small Hackathon 2026**, track 🍄 *An Adventure in Thousand Token Wood*. Thank you for turning the dial.
 
1
  ---
2
  title: Lost Frequency Radio
3
+ emoji: 📻
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "6.17.3"
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
  short_description: An old radio that picks up parallel universes, live
12
  models:
13
+ - openbmb/MiniCPM5-1B
14
+ - build-small-hackathon/MiniCPM5-1B-lost-frequency-radio-GGUF
15
  datasets:
16
+ - build-small-hackathon/lost-frequency-radio-transmissions
17
  tags:
18
+ - build-small-hackathon
19
+ - thousand-token-wood
20
+ - llama-cpp
21
+ - minicpm
22
+ - openbmb
23
+ - off-the-grid
24
+ - off-brand
25
+ - well-tuned
26
+ - tiny-titan
27
+ - track:wood
28
+ - sponsor:openbmb
29
+ - achievement:offgrid
30
+ - achievement:welltuned
31
+ - achievement:offbrand
32
+ - achievement:llama
33
+ - achievement:sharing
34
+ - achievement:fieldnotes
35
  ---
36
 
37
  # 📻 Lost Frequency Radio
 
44
  <a href="https://x.com/MarianaCodebase/status/2065857307444199484">📣 Social post</a> &nbsp;·&nbsp;
45
  <a href="https://huggingface.co/build-small-hackathon/MiniCPM5-1B-lost-frequency-radio-GGUF">🧠 Fine-tuned model</a> &nbsp;·&nbsp;
46
  <a href="https://huggingface.co/datasets/build-small-hackathon/lost-frequency-radio-transmissions">📚 Dataset</a> &nbsp;·&nbsp;
47
+ <a href="https://huggingface.co/blog/build-small-hackathon/lost-frequency-radio">📓 Field Notes write-up</a> &nbsp;·&nbsp;
48
+ <a href="https://huggingface.co/datasets/build-small-hackathon/lost-frequency-radio-agent-trace">🛰️ Agent trace</a>
49
  </p>
50
 
51
  <p align="center">
 
80
 
81
  ## 🎖️ Merit badges this entry earns
82
 
83
+ Here is the honest scorecard. Everything below is verifiable from the links in this README, I have tried not to claim a single thing I cannot point to.
84
 
85
  | Badge | What it requires | How Lost Frequency Radio earns it |
86
  |---|---|---|
 
89
  | 🎨 **Off-Brand** | A custom frontend that pushes past the default Gradio look (hint: `gr.Server`) | Built on [`gradio.Server`](app.py): a real FastAPI app under Gradio. A hand-written skeuomorphic CRT radio (wooden bezel, phosphor glow, live oscilloscope, synthesized voices, Morse). **Zero default Gradio UI is visible.** |
90
  | 🦙 **Llama Champion** | Your model runs through the llama.cpp runtime | The published model is GGUF Q4_K_M, served with `llama-cpp-python`. See [`requirements.txt`](requirements.txt) and [`model.py`](model.py). |
91
  | 📓 **Field Notes** | A blog post / report about what you built and learned | Published: **[Field Notes: I Built a Radio That Picks Up Lost Universes](https://huggingface.co/blog/build-small-hackathon/lost-frequency-radio)**. |
92
+ | 📡 **Sharing is Caring** | You shared your agent trace on the Hub for everyone to learn from | The full, scrubbed [agent build trace](https://huggingface.co/datasets/build-small-hackathon/lost-frequency-radio-agent-trace) is published on the Hub: ~4,500 turns of how the project was actually built, decision by decision and bug by bug. The whole pipeline (dataset, LoRA training, GGUF export) is reproducible from this repo too. |
93
 
94
  **Also competing for:** 🐜 **Tiny Titan** (the model is 1B, far under the ≤4B bar),
95
  the **OpenBMB Awards** (built on and fine-tuned from OpenBMB's MiniCPM5-1B), and
 
315
 
316
  ---
317
 
318
+ Made with a lot of love (and a lot of static) by **Mariana Sinisterra** for the Hugging Face **Build Small Hackathon 2026**, track 🍄 *An Adventure in Thousand Token Wood*. Thank you for turning the dial.