Browse Source

readme updated

master
FaezeGhorbanpour 2 years ago
parent
commit
4ebbec7957
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -1,4 +1,4 @@
# FakeNewsRevealer
# Fake News Revealer

Official implementation of the "Fake News Revealer (FNR): A Similarity and Transformer-Based Approach to Detect
Multi-Modal Fake News in Social Media" paper [(ArXiv Link)](https://arxiv.org/pdf/2112.01131.pdf).
@@ -30,7 +30,7 @@ python main --data "DATA NAME" --batch "BATCH SIZE" --epoch "EPOCHS NUMBER"
### test
In the test step, at first, make sure to have the requested 'checkpoint' file then run the following line:
```
python main --data "DATA NAME" --just_test "REQESTED TRIAL NUMBER"
python main --data "DATA NAME" --just_test "REQUESTED TRIAL NUMBER"
```

## Bibtex

Loading…
Cancel
Save