Pooya Moini 10571ec174 clean code | 2 years ago | |
---|---|---|
src | 2 years ago | |
README.md | 2 years ago | |
data preprocessing.ipynb | 2 years ago | |
train.ipynb | 2 years ago |
This project is a pytorch implementation of the paper CSI: A Hybrid Deep Model for Fake News Detection” Several modifications have been made on the original code including:
- minor bugs were fixed
- code is cleaner, standard, organized, and more understandable
- the main model is reimplemented using Pytorch and Pytorch_lightning
- training is integrated with Ray Tune for the sake of hyperparameter tuning
First, use the [data preprocessing notebook]() to prepare your data for the model. You should apply the code for different splits separately.
Then, use the [train notebook]() to train your model and see the results.