Instructions to use Mapika/hu-covid-fake-news-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mapika/hu-covid-fake-news-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mapika/hu-covid-fake-news-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mapika/hu-covid-fake-news-classifier") model = AutoModelForSequenceClassification.from_pretrained("Mapika/hu-covid-fake-news-classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# hu-covid-fake-news-classifier
|
| 13 |
|
| 14 |
-
This model is a finetuned version of the
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
# hu-covid-fake-news-classifier
|
| 13 |
|
| 14 |
+
This model is a finetuned version of the [hubert-base-cc](https://huggingface.co/SZTAKI-HLT/hubert-base-cc) and was finetuned for covid fake news detection in hungarian for the BME MIGT2022 competition.
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|