Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,6 @@ license: openrail
|
|
3 |
---
|
4 |
# Fake news classifier
|
5 |
This repo contains a fine-tuned bert text classification model that detects fake news articles!
|
|
|
|
|
6 |
The `Load Model from Hugging Face Hub.ipynb` python notebook contains code that can be used to load the model and perform inference.
|
|
|
3 |
---
|
4 |
# Fake news classifier
|
5 |
This repo contains a fine-tuned bert text classification model that detects fake news articles!
|
6 |
+
|
7 |
+
## Code
|
8 |
The `Load Model from Hugging Face Hub.ipynb` python notebook contains code that can be used to load the model and perform inference.
|