Instructions to use Falah/News_Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Falah/News_Detection with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Falah/News_Detection", set_active=True) - Notebooks
- Google Colab
- Kaggle
update
Browse files
README.md
CHANGED
|
@@ -49,4 +49,3 @@ This report provides an overview of the evaluation metrics for the fake news det
|
|
| 49 |
|
| 50 |
The evaluation metrics demonstrate the performance of the fake news detection model. It achieved an accuracy of 0.979, precision of 0.980, recall of 0.979, and an F1 score of 0.979. The runtime for evaluation was 19.63 seconds, with a throughput of approximately 2.394 samples per second and 0.153 steps per second. The model was trained for 5.0 epochs.
|
| 51 |
|
| 52 |
-
Further details about the dataset, model architecture, and training process can be provided here.
|
|
|
|
| 49 |
|
| 50 |
The evaluation metrics demonstrate the performance of the fake news detection model. It achieved an accuracy of 0.979, precision of 0.980, recall of 0.979, and an F1 score of 0.979. The runtime for evaluation was 19.63 seconds, with a throughput of approximately 2.394 samples per second and 0.153 steps per second. The model was trained for 5.0 epochs.
|
| 51 |
|
|
|