Text Classification
Transformers
TensorBoard
Safetensors
nlp
indonesian
hoax-detection
machine-learning
fact-checking
tfidf
Instructions to use theonegareth/IndoHoaxDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theonegareth/IndoHoaxDetector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="theonegareth/IndoHoaxDetector")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("theonegareth/IndoHoaxDetector", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K