Spaces:
Sleeping
Sleeping
abdullahzahid77
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,39 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
short_description: Fine-tuned BERT-uncased for headline clickbait detection
|
11 |
---
|
|
|
|
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
short_description: Fine-tuned BERT-uncased for headline clickbait detection
|
11 |
---
|
12 |
+
# 🚀 ClickBERT Detector
|
13 |
+
**A robust, fine-tuned BERT-based model for clickbait detection.**
|
14 |
|
15 |
+
## Overview
|
16 |
+
ClickBERT Detector leverages state-of-the-art NLP techniques to identify clickbait headlines with high accuracy. Designed for both researchers and developers, this tool aims to streamline the detection of misleading headlines in online content.
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
## Features
|
21 |
+
- **Pretrained BERT Backbone**: Fine-tuned specifically for clickbait classification.
|
22 |
+
- **Interactive Web Interface**: Seamlessly test the model through an intuitive web application.
|
23 |
+
- **Easy Integration**: API-ready for integration into larger systems.
|
24 |
+
- **Lightweight Model**: Optimized with `safetensors` for efficient storage and faster loading.
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
+
## File Structure
|
29 |
+
- **app.py**: Main script for launching the web interface.
|
30 |
+
- **model.safetensors**: The fine-tuned BERT model for clickbait detection.
|
31 |
+
- **requirements.txt**: Python dependencies required for the project.
|
32 |
+
- **config.json**: Configuration settings for the model and tokenizer.
|
33 |
+
- **training_args.bin**: Training parameters used for fine-tuning the BERT model.
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
+
## Usage
|
38 |
+
- **Web Interface**: Test the model by providing headlines through a user-friendly interface.
|
39 |
+
- **API Integration**: Send POST requests with headline text to retrieve predictions.
|
40 |
+
- **Batch Processing**: Use the provided scripts to process datasets efficiently.
|
41 |
+
---
|
42 |
+
|
43 |
+
# Model Details
|
44 |
+
ClickBERT is fine-tuned on a curated dataset of clickbait and non-clickbait headlines, achieving exceptional performance metrics:
|
45 |
+
|
46 |
+
- **Accuracy**: 95%
|
47 |
+
- **F1 Score**: 0.94
|