Views
No views yet
hf detector backend of the
automated_humanizer
pipeline, where it gates a humanize → detect → validate rewrite loop.RobertaForSequenceClassification, 2 labelstraining/ subsystem)test_detectors.py in the repo reproduces why.1from transformers import pipeline
2
3clf = pipeline("text-classification", model="avasil02/automated-humanizer-detector")
4print(clf("Paragraph of academic text..."))calibrate_detector.py.