Closed henrygoodman closed 1 year ago
Fixes #188
If summary tokens is > 5000 then use the sm model, otherwise use the trf model.
sm
trf
This should be fine since if tokens > 1024 we only perform extractive until the input is small enough to analyse abstractively.
Fixes #188
If summary tokens is > 5000 then use the
sm
model, otherwise use thetrf
model.This should be fine since if tokens > 1024 we only perform extractive until the input is small enough to analyse abstractively.