Files changed (1) hide show
  1. README.md +36 -16
README.md CHANGED
@@ -10,16 +10,24 @@ app_file: app.py
10
  pinned: false
11
  short_description: A gentle Mandarin sentence coach.
12
  tags:
13
- - build-small-hackathon
14
- - chinese
15
- - mandarin
16
- - language-learning
17
- - grammar-correction
18
- - pinyin
19
- - text-to-speech
20
- - zerogpu
21
- - gradio-server
 
 
22
  - off-brand
 
 
 
 
 
 
23
  models:
24
  - Alphaplasti/ToneBridge-MiniCPM4.1-8B
25
  ---
@@ -30,6 +38,11 @@ models:
30
 
31
  Built for the Hugging Face **Build Small Hackathon**.
32
 
 
 
 
 
 
33
  ## The Problem
34
 
35
  Beginner Mandarin learners often know what they want to say, but not whether the sentence sounds natural, polite, or appropriate for the social context.
@@ -174,19 +187,26 @@ MiniCPM4.1 currently expects a Transformers 4.x runtime. `requirements.txt` pins
174
  └── README.md
175
  ```
176
 
177
- ## Hackathon Fit
178
-
179
- - **Off-brand UI:** the app uses a custom `gr.Server` frontend instead of default Gradio Blocks.
180
- - **Small, focused product:** one clear learning job, one correction at a time.
181
- - **Codex track ready:** the code should be pushed to a public GitHub repository with Codex-attributed commits, then linked from this Space README.
182
-
183
  ## Credits
184
 
185
- - **Alphaplasti** - ToneBridge-MiniCPM4.1-8B for sentence correction.
186
  - **OpenBMB** - MiniCPM4.1-8B base model.
187
  - **Hugging Face Spaces** - hosting, ZeroGPU, and the Build Small Hackathon.
188
  - **Gradio** - `gr.Server`, queue/API infrastructure, and client compatibility.
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  ---
191
 
192
  *ToneBridge - gentle Mandarin correction for real learners.*
 
10
  pinned: false
11
  short_description: A gentle Mandarin sentence coach.
12
  tags:
13
+ - build-small-hackathon
14
+ - backyard-ai
15
+ - thousand-token-wood
16
+ - openbmb
17
+ - minicpm
18
+ - openai-codex
19
+ - modal
20
+
21
+ - off-brand
22
+ - off-the-grid
23
+ - well-tuned
24
  - off-brand
25
+ - field-notes
26
+ - best-demo
27
+ - bonus-quest-champion
28
+ - judges-wildcard
29
+
30
+
31
  models:
32
  - Alphaplasti/ToneBridge-MiniCPM4.1-8B
33
  ---
 
38
 
39
  Built for the Hugging Face **Build Small Hackathon**.
40
 
41
+ ## Contributer
42
+ - **@Alphaplasti**
43
+ - **@ZHAO JINGZI**
44
+
45
+
46
  ## The Problem
47
 
48
  Beginner Mandarin learners often know what they want to say, but not whether the sentence sounds natural, polite, or appropriate for the social context.
 
187
  └── README.md
188
  ```
189
 
 
 
 
 
 
 
190
  ## Credits
191
 
 
192
  - **OpenBMB** - MiniCPM4.1-8B base model.
193
  - **Hugging Face Spaces** - hosting, ZeroGPU, and the Build Small Hackathon.
194
  - **Gradio** - `gr.Server`, queue/API infrastructure, and client compatibility.
195
 
196
+ ## All Relevant Links
197
+
198
+ - Live Space: [ToneBridge on Hugging Face Spaces](https://huggingface.co/spaces/build-small-hackathon/Tone-Bridge)
199
+ - Fine-tuned model: [Alphaplasti/ToneBridge-MiniCPM4.1-8B](https://huggingface.co/Alphaplasti/ToneBridge-MiniCPM4.1-8B)
200
+ - Dataset: [Alphaplasti/tonebridge-metrics](https://huggingface.co/datasets/Alphaplasti/tonebridge-metrics)
201
+ - Community Blog: [ToneBridge: Fine-Tuning a Small Mandarin Coach for Context-Aware Corrections] (https://huggingface.co/blog/build-small-hackathon/tonebridge-fine-tuning-a-small-mandarin-coach-for)
202
+ -
203
+
204
+ ## All Relevant Links
205
+ - Demo video: [ToneBridge Demo on YouTube](https://www.youtube.com/watch?v=ivgE5TJY7Mc)
206
+ - X / Twitter post: [ToneBridge announcement on X](https://x.com/jingzi_zhao_x/status/2066131768302850161)
207
+ - LinkedIn: https://www.linkedin.com/posts/jingzizhao_tonebridge-a-hugging-face-space-by-build-small-hackathon-share-7471909868619206656-rpF2/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEhuC3wBuxIz2RG3eXfMGjg0-IcyvdK-wsk
208
+ - Hackathon Diary #1: [Build Small Hackathon Diary #1](https://www.youtube.com/watch?v=zAikxiVqwmg&t=13s)
209
+ - Hackathon Diary #2: [Build Small Hackathon Diary #2](https://www.youtube.com/watch?v=4waOzX48tUk&t=4s)
210
  ---
211
 
212
  *ToneBridge - gentle Mandarin correction for real learners.*