Text Classification
Transformers
Safetensors
multilingual
spam-detection
cross-lingual
huggingface
Generated from Trainer
Instructions to use Xtiphyn/Cross-Lingual-Spam-Filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Xtiphyn/Cross-Lingual-Spam-Filter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Xtiphyn/Cross-Lingual-Spam-Filter")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Xtiphyn/Cross-Lingual-Spam-Filter", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K