khizon commited on
Commit
bbd24e1
1 Parent(s): 263923c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Unreliable News Classifier (English)
2
+ Trained, validate, and tested using a subset of the NELA-GT-2018 dataset. The dataset is split such that there was no overlap in of news sources between the three sets.
3
+ This model used the pre-trained weights of `bert-base-cased` as starting point and was able to achieve 84% accuracy on the test set.
4
+
5
+ For more details: [Github](https://github.com/khizon/CS284_final_project)