Updated README file
Browse files
README.md
CHANGED
|
@@ -37,6 +37,12 @@ The dataset is a custom collection combining:
|
|
| 37 |
- News content (title + body)
|
| 38 |
- Labels: `0 = FAKE`, `1 = REAL`
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Usage
|
| 41 |
|
| 42 |
```python
|
|
|
|
| 37 |
- News content (title + body)
|
| 38 |
- Labels: `0 = FAKE`, `1 = REAL`
|
| 39 |
|
| 40 |
+
## ❗Disclaimer
|
| 41 |
+
- This project is for **educational and experimental purposes only**.
|
| 42 |
+
- It is **not suitable for real-world fact-checking** or serious decision-making.
|
| 43 |
+
- The model uses a simple binary classifier and does not verify factual correctness.
|
| 44 |
+
- Model may sometimes misclassify text with unclear or misleading context, and images that are abstract, artistic, or difficult to distinguish from real content.
|
| 45 |
+
|
| 46 |
## Usage
|
| 47 |
|
| 48 |
```python
|