Spaces:
Runtime error
Runtime error
mdadul
commited on
Commit
·
8d4ab19
1
Parent(s):
2bbbb9f
update config
Browse files
README.md
CHANGED
|
@@ -1,28 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 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 |
---
|
|
|
|
|
|
|
|
|
|
|
|