Instructions to use remomo/URLClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use remomo/URLClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="remomo/URLClassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("remomo/URLClassifier") model = AutoModelForSequenceClassification.from_pretrained("remomo/URLClassifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9a17d48 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5afdfdbb78a672844f58200c2fe9c4c6f773096e5c0f42b81a8fae0ce0d32aee
size 437958648
|