Views
No views yet
bert-base-cased.1from transformers import pipeline
2
3classifier = pipeline("text-classification", model="gouwsxander/slop-detector-bert")
4
5inputs: str | list[str] | dict[str, str] | list[dict[str, str]] = ...
6results = classifier(inputs)LABEL_1 are estimated to be produced by an AI.