soupstick commited on
Commit
82e9efc
Β·
1 Parent(s): ae90475

fix: add required HF Spaces YAML header to README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Advanced Fraud Analyst
2
 
3
  ## What it does
@@ -22,7 +33,7 @@ A 60–90s demo GIF or Loom video should be placed here to showcase basic usage.
22
  ## Eval results
23
  | metric | accuracy | groundedness | latency (ms) | cost/query | cache hit rate |
24
  | ----------- | -------- | ------------ | ------------ | ---------- | -------------- |
25
- | example run | 0.92 | 0.95 | 850 | $0.002 | 80% |
26
 
27
  ## Safety
28
  * Handles PII via mode-switching and redaction.
@@ -35,4 +46,4 @@ Current evaluations are synthetic. Real datasets, richer adversarial prompts, an
35
  See [metrics/fastapi_metrics.png](metrics/fastapi_metrics.png) for p50/p95 latency, cost per query, and cache hit rate screenshots.
36
 
37
  ## Commit signal
38
- Ship small daily. Open issues with labels (`bug`, `feature`, `eval`) and close them with PRs tied to metrics improvements.
 
1
+ ---
2
+ title: Advanced Fraud Analyst
3
+ emoji: πŸ”
4
+ colorFrom: red
5
+ colorTo: orange
6
+ sdk: streamlit
7
+ sdk_version: "1.28.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Advanced Fraud Analyst
13
 
14
  ## What it does
 
33
  ## Eval results
34
  | metric | accuracy | groundedness | latency (ms) | cost/query | cache hit rate |
35
  | ----------- | -------- | ------------ | ------------ | ---------- | -------------- |
36
+ | example run | 0.92 | 0.95 | 850 | $0.002 | 80% |
37
 
38
  ## Safety
39
  * Handles PII via mode-switching and redaction.
 
46
  See [metrics/fastapi_metrics.png](metrics/fastapi_metrics.png) for p50/p95 latency, cost per query, and cache hit rate screenshots.
47
 
48
  ## Commit signal
49
+ Ship small daily. Open issues with labels (`bug`, `feature`, `eval`) and close them with PRs tied to metrics improvements.