Update README.md
Browse files
README.md
CHANGED
@@ -149,6 +149,7 @@ Accuracy
|
|
149 |
|
150 |
### Results
|
151 |
For testing on GonzaloA/fake_news test split dataset
|
|
|
152 |
precision recall f1-score support
|
153 |
|
154 |
0 0.93 0.94 0.94 3782
|
@@ -157,8 +158,10 @@ For testing on GonzaloA/fake_news test split dataset
|
|
157 |
accuracy 0.94 8117
|
158 |
macro avg 0.94 0.94 0.94 8117
|
159 |
weighted avg 0.94 0.94 0.94 8117
|
|
|
160 |
|
161 |
For testing on https://github.com/GeorgeMcIntire/fake_real_news_dataset
|
|
|
162 |
precision recall f1-score support
|
163 |
|
164 |
0 0.81 0.87 0.84 2297
|
@@ -167,7 +170,7 @@ For testing on https://github.com/GeorgeMcIntire/fake_real_news_dataset
|
|
167 |
accuracy 0.83 4594
|
168 |
macro avg 0.83 0.83 0.83 4594
|
169 |
weighted avg 0.83 0.83 0.83 4594
|
170 |
-
|
171 |
|
172 |
#### Summary
|
173 |
|
|
|
149 |
|
150 |
### Results
|
151 |
For testing on GonzaloA/fake_news test split dataset
|
152 |
+
```
|
153 |
precision recall f1-score support
|
154 |
|
155 |
0 0.93 0.94 0.94 3782
|
|
|
158 |
accuracy 0.94 8117
|
159 |
macro avg 0.94 0.94 0.94 8117
|
160 |
weighted avg 0.94 0.94 0.94 8117
|
161 |
+
```
|
162 |
|
163 |
For testing on https://github.com/GeorgeMcIntire/fake_real_news_dataset
|
164 |
+
```
|
165 |
precision recall f1-score support
|
166 |
|
167 |
0 0.81 0.87 0.84 2297
|
|
|
170 |
accuracy 0.83 4594
|
171 |
macro avg 0.83 0.83 0.83 4594
|
172 |
weighted avg 0.83 0.83 0.83 4594
|
173 |
+
```
|
174 |
|
175 |
#### Summary
|
176 |
|