Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Bitcoin Abuse Scoring (GAT / GATv2) — Hugging Face Space
|
| 2 |
|
| 3 |
This Space builds an **ego-subgraph** from a given Bitcoin transaction hash (`k` steps backward & forward), then runs **two pretrained GNN models** (GAT baseline & GATv2 enhanced) trained on **Elliptic** to score whether the center transaction is _abuse_.
|
|
@@ -71,16 +82,3 @@ Global limit `20 req/min` across the app (sliding window). Exceeding returns `Ra
|
|
| 71 |
- **Domain shift**: Features from on-chain crawls can differ from Elliptic; use the adapter and consider fine-tuning for production.
|
| 72 |
- Public APIs have their own rate limits — this app is conservative with requests, but heavy usage may still hit external limits.
|
| 73 |
- Input is validated to be a 64-hex txid. No arbitrary URLs are accepted.
|
| 74 |
-
|
| 75 |
-
---
|
| 76 |
-
|
| 77 |
-
title: Test
|
| 78 |
-
emoji: ⚡
|
| 79 |
-
colorFrom: pink
|
| 80 |
-
colorTo: blue
|
| 81 |
-
sdk: static
|
| 82 |
-
pinned: false
|
| 83 |
-
|
| 84 |
-
---
|
| 85 |
-
|
| 86 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Bitcoin Abuse Scoring (GAT / GATv2)
|
| 3 |
+
emoji: 🧭
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Bitcoin Abuse Scoring (GAT / GATv2) — Hugging Face Space
|
| 13 |
|
| 14 |
This Space builds an **ego-subgraph** from a given Bitcoin transaction hash (`k` steps backward & forward), then runs **two pretrained GNN models** (GAT baseline & GATv2 enhanced) trained on **Elliptic** to score whether the center transaction is _abuse_.
|
|
|
|
| 82 |
- **Domain shift**: Features from on-chain crawls can differ from Elliptic; use the adapter and consider fine-tuning for production.
|
| 83 |
- Public APIs have their own rate limits — this app is conservative with requests, but heavy usage may still hit external limits.
|
| 84 |
- Input is validated to be a 64-hex txid. No arbitrary URLs are accepted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|