Bonosa2 commited on
Commit
8682d55
·
verified ·
1 Parent(s): 96c7341

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
- title: Notes
3
- emoji: 💻
4
- colorFrom: indigo
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.38.2
8
- app_file: app.py
9
- pinned: false
10
  license: mit
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
+ # Gemma‑3n SOAP Generator Space
5
 
6
+ This Space uses the `google/gemma-3n-e2b-it` model to:
7
+
8
+ 1. Generate 100 synthetic doctor’s notes and corresponding SOAP “ground truths” on startup.
9
+ 2. Save `doc_notes.tsv` and `ground_truth_soap.tsv` to the workspace.
10
+ 3. Expose a no‑op Gradio UI stub.
11
+
12
+ ## Usage
13
+
14
+ 1. **Set** your `HF_TOKEN` in the Space’s Settings → Secrets.
15
+ 2. **Deploy** this repository as a Gradio Space.
16
+ 3. **View logs** to confirm the 100 note pairs generated successfully.
17
+ 4. Download the TSV files via the Space files browser.