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