hamzab commited on
Commit
20efaf4
1 Parent(s): 9d75140

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ The model takes a news article and predicts if it true or fake.
6
+ The format should be:
7
+
8
+ ```
9
+ <title> TITLE HERE <content> CONTENT HERE <end>
10
+ ```