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