Fine-tuned ALBERT-xxl model for the CoUDA (Coherence via Unified Discourse
Analysis) coherence metric, used in the simpsy
text simplification evaluation library.
Usage
python
1from simpsy import evaluate
23df = evaluate(4["The cat sat on the mat. It watched the mouse. Then it pounced."],5 families=["couda"],6)