mdadul commited on
Commit
8d4ab19
·
1 Parent(s): 2bbbb9f

update config

Browse files
Files changed (1) hide show
  1. README.md +7 -26
README.md CHANGED
@@ -1,28 +1,9 @@
1
  ---
2
- tags:
3
- - bangla
4
- - spam-detection
5
- - text-classification
6
- - transformers
7
- - fastapi
8
- datasets:
9
- - custom
10
- metrics:
11
- - accuracy
12
- model-index:
13
- - name: bangla_spam_detection
14
- results:
15
- - task:
16
- type: text-classification
17
- name: Spam Detection
18
- dataset:
19
- name: Custom Dataset
20
- type: custom
21
- metrics:
22
- - type: accuracy
23
- value: 0.95 # example value
24
  ---
25
-
26
- # Bangla Spam Detection API
27
-
28
- This project uses a Hugging Face transformer model to detect spam in Bangla SMS messages...
 
1
  ---
2
+ title: Bangla SMS Spam Detection
3
+ emoji: 📱
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: docker
7
+ app_file: app/main.py
8
+ pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---