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