KS-Vijay commited on
Commit
fdb86c2
·
verified ·
1 Parent(s): 89a530e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -15
README.md CHANGED
@@ -1,24 +1,40 @@
1
  ---
 
2
  license: apache-2.0
3
- pipeline_tag: text-classification
4
  tags:
5
- - text-classification
6
- - fraud-detection
7
- - distilbert
8
- inference:
9
- parameters:
10
- top_k: 1
11
- language:
12
- - en
13
  ---
14
 
15
- # 🔍 fraud-model-aura
 
 
 
 
 
 
 
 
 
 
16
 
17
- This is a fine-tuned `distilbert` model built to classify whether a given input text is **fraudulent or not**.
18
 
19
- ## 🧠 Model Use Case
 
 
 
 
 
20
 
21
- Designed to detect fraudulent activities based on textual complaints, descriptions, or reports.
22
 
23
- ### Try it in the widget above 👆
24
- Enter an input like:
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
  tags:
6
+ - text-classification
7
+ - fraud-detection
8
+ - transformer
9
+ - distilbert
10
+ - huggingface
11
+ pipeline_tag: text-classification
12
+ widget:
13
+ - text: "We require an urgent refund for the suspicious transaction on our account."
14
  ---
15
 
16
+ # 🕵️‍♂️ Fraud Model Aura (KS-Vijay)
17
+
18
+ This model uses **DistilBERT** to classify whether a given grievance or complaint text contains **fraudulent intent or behavior**. It is trained as part of an intelligent **Grievance Redressal Platform** to auto-detect fraud-related issues in startup complaints.
19
+
20
+ ## 🧠 Use Case
21
+
22
+ Detects if the complaint relates to fraud:
23
+ - `Fraud`
24
+ - `Legitimate`
25
+
26
+ This helps startups or service providers to **flag, escalate, or triage suspicious reports** quickly.
27
 
28
+ ## 🔍 Model Summary
29
 
30
+ - **Model Type:** Text Classification
31
+ - **Architecture:** DistilBERT (uncased)
32
+ - **Output Labels:** `Fraud`, `Legitimate`
33
+ - **Weights Format:** `safetensors`
34
+ - **Dataset:** Custom (based on complaints.csv)
35
+ - **Training Framework:** PyTorch using 🤗 `transformers`
36
 
37
+ ## 📥 Example Input
38
 
39
+ ```text
40
+ "I think someone is misusing our company’s KYC information to open fake accounts."