Instructions to use PDAP/url-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PDAP/url-classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, DistilBertWithTabular tokenizer = AutoTokenizer.from_pretrained("PDAP/url-classifier") model = DistilBertWithTabular.from_pretrained("PDAP/url-classifier") - Notebooks
- Google Colab
- Kaggle
# Load model directly
from transformers import AutoTokenizer, DistilBertWithTabular
tokenizer = AutoTokenizer.from_pretrained("PDAP/url-classifier")
model = DistilBertWithTabular.from_pretrained("PDAP/url-classifier")Quick Links
You need to agree to share your contact information to access this model
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
This model is still being developed. Please tell us how you'd like to use it.
Log in or Sign Up to review the conditions and access this model content.
URL Classifier
This is part of the larger Data Source Identification project.
This model classifies URLs and some metadata about them by record type, according to this taxonomy.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Gated model: Login with a HF token with gated access permission hf auth login