English
serin-ai commited on
Commit
5de9fe8
·
verified ·
1 Parent(s): c6b8b80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - CiferAI/cifer-fraud-detection-mini-dataset
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ ---
10
+
11
+ # 🧠 Cifer Fraud Detection Mini Model
12
+ `(cifer-fraud-detection-mini-model)`
13
+
14
+ ## 🧾 Overview
15
+ This is a compact binary classifier trained to detect fraudulent transactions using the **Cifer Mini Fraud Detection Dataset**. It serves as an example model for demonstrating fully encrypted training using Fully Homomorphic Encryption (FHE).
16
+
17
+ The model architecture is lightweight and optimized for short training cycles, making it ideal for testing encryption workflows, verifying pipeline correctness, or onboarding new users. While not production-scale, it reflects the same privacy-first principles as larger models in the Cifer ecosystem: decentralized learning, secure computation, and zero raw data exposure.