ziadatalabs commited on
Commit
c48ff3a
·
verified ·
1 Parent(s): efd53e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -72
README.md CHANGED
@@ -1,99 +1,49 @@
1
- ---
2
- license: other
3
- task_categories:
4
- - tabular-classification
5
- language:
6
- - en
7
- tags:
8
- - fraud
9
- - fraud-detection
10
- - finance
11
- - synthetic
12
- - tabular
13
- - transactions
14
- size_categories:
15
- - 10M<n<100M
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: FreeSyntheticDataFraudDetection50M.parquet
21
- ---
22
-
23
- # Zia Data Labs
24
-
25
- ## About Zia Data Labs
26
- We believe great data shouldn't cost a fortune or come with strings attached.
27
-
28
- At Zia Data Labs we do one thing — produce quality datasets and offer them at prices that make sense. No games. No gatekeeping. Just clean, production-grade data you can trust.
29
-
30
- This dataset is completely free. No catch. It's our way of introducing ourselves and letting our work speak for itself.
31
-
32
- We love what we do — and we'd love to earn your business.
33
-
34
- Come find us. More is coming.
35
-
36
- *— The Zia Data Labs Team*
37
-
38
- ---
39
-
40
- ## ⚠️ SAFETY & FIDELITY NOTICE — Zia-Data-Labs
41
- This dataset is high-fidelity synthetic data engineered to mirror real-world patterns with exceptional accuracy. In benchmark testing, leading AI models treat this data as authentic — recognizing edge cases, flagging anomalies, and generating functional code with zero scrubbing required.
42
-
43
- Because of this realism, improper use during model fine-tuning can trigger deep behavioral shifts in production systems.
44
-
45
- **This dataset is strictly intended for research, evaluation, and development within isolated sandbox or staging environments.**
46
-
47
- Zia-Data-Labs provides all datasets on an "as-is" basis. We do not assume liability for downstream model behavior, deployment risks, or production system impacts. Users are solely responsible for conducting independent safety audits prior to any live deployment.
48
-
49
- ---
50
-
51
  ## Fraud Detection Dataset
 
52
  A production-grade, large-scale dataset containing 50 million transactions designed to serve both the beginner data scientist and the enterprise data engineer.
53
 
54
- What is inside:
 
55
  - 50 million rows of high-fidelity synthetic transaction data
56
  - 19 carefully engineered fields covering core transaction data, velocity signals, geospatial context, device fingerprinting, and diagnostic fraud labels
57
- - A realistic 2.5% fraud rate simulating the exact needle in a haystack challenge faced by real fraud teams at major financial institutions
58
- - Granular fraud_type labels enabling multi-class classification, not just binary detection
 
 
59
 
60
- File formats provided:
61
- - sample_50rows.csv — No gate. Inspect immediately.
62
- - fraud_detection_50M.parquet — Full 50 million row file. No gate. Free access.
63
 
64
- Quick load example:
65
 
 
66
  import pandas as pd
67
  df = pd.read_parquet('fraud_detection_50M.parquet')
68
  print(df.head())
 
69
 
70
- Schema Overview:
71
 
72
  | Block | Fields |
73
  |---|---|
74
- | Core | transaction_id, timestamp, user_id, amount, merchant_id, merchant_category, location_country, payment_method, is_fraud |
75
- | Velocity & Context | ip_address, device_id, user_age_days, is_first_transaction, time_since_last_txn, auth_result |
76
- | Diagnostic | fraud_type |
77
- | Metadata | currency_code, card_network |
78
- | Branding | data_source |
79
 
80
- ---
81
 
82
- ## Our New Home
83
  Visit our official new home where our full portfolio of datasets lives and grows:
84
 
85
- Zia-Data-Labs on Hugging Face
86
- https://huggingface.co/Zia-Data-Labs
87
 
88
- ---
89
 
90
- ## Contact
91
  zia.data.team@protonmail.com
92
 
93
- ---
94
 
95
- ## License & Usage
96
- **Zia Data Labs Open Use License**
97
 
98
  This dataset is the exclusive property of Zia Data Labs. It is made freely available for personal research, academic and educational use, and model training and development.
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Fraud Detection Dataset
2
+
3
  A production-grade, large-scale dataset containing 50 million transactions designed to serve both the beginner data scientist and the enterprise data engineer.
4
 
5
+ **What is inside:**
6
+
7
  - 50 million rows of high-fidelity synthetic transaction data
8
  - 19 carefully engineered fields covering core transaction data, velocity signals, geospatial context, device fingerprinting, and diagnostic fraud labels
9
+ - A realistic 2.5% fraud rate simulating the exact needle-in-a-haystack challenge faced by real fraud teams at major financial institutions
10
+ - Granular `fraud_type` labels enabling multi-class classification, not just binary detection
11
+
12
+ **File formats provided:**
13
 
14
+ - `sample_50rows.csv` — No gate. Inspect immediately.
15
+ - `fraud_detection_50M.parquet`Full 50 million row file. No gate. Free access.
 
16
 
17
+ **Quick load example:**
18
 
19
+ ```python
20
  import pandas as pd
21
  df = pd.read_parquet('fraud_detection_50M.parquet')
22
  print(df.head())
23
+ ```
24
 
25
+ **Schema Overview:**
26
 
27
  | Block | Fields |
28
  |---|---|
29
+ | Core | `transaction_id`, `timestamp`, `user_id`, `amount`, `currency`, `merchant_id`, `merchant_category`, `card_type`, `location_country` |
30
+ | Velocity & Context | `ip_address`, `device_id`, `shipping_zip`, `billing_zip`, `is_international`, `account_age_days`, `prev_transaction_amt` |
31
+ | Diagnostic | `fraud_label`, `fraud_type` |
32
+ | Metadata | `metadata_marker` |
 
33
 
34
+ **Our New Home**
35
 
 
36
  Visit our official new home where our full portfolio of datasets lives and grows:
37
 
38
+ Zia-Data-Labs on Hugging Face — https://huggingface.co/Zia-Data-Labs
 
39
 
40
+ **Contact**
41
 
 
42
  zia.data.team@protonmail.com
43
 
44
+ **License & Usage**
45
 
46
+ Zia Data Labs Open Use License
 
47
 
48
  This dataset is the exclusive property of Zia Data Labs. It is made freely available for personal research, academic and educational use, and model training and development.
49