Adam-Al-Rahman
commited on
Commit
•
0df2f10
1
Parent(s):
d19de3e
update: README metadata
Browse files
README.md
CHANGED
@@ -1,23 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
library_name:
|
4 |
-
datasets:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: tf-keras
|
4 |
+
datasets:
|
5 |
+
- x-g85/x_g85_fn_dataset
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
pipeline_tag: text-classification
|
11 |
+
tags:
|
12 |
+
- fake-news
|
13 |
+
- lstm
|
14 |
+
---
|
15 |
+
|
16 |
+
|
17 |
+
# X_G85 LSTM MODEL
|
18 |
+
|
19 |
+
LSTM architecture fake news detection model.
|
20 |
+
|
21 |
+
## Parameters
|
22 |
+
|
23 |
+
|
24 |
+
<img src="assets/params.png" alt="Model parameters">
|
25 |
+
|
26 |
+
|
27 |
+
## Website
|
28 |
+
|
29 |
+
The model is deployed following [link](https://huggingface.co/spaces/x-g85/fake-news)
|
30 |
+
|
31 |
+
<img src="assets/lstm-website.png" alt="Model website">
|