stopSequences constant

List<String> const stopSequences

Stop sequence: </s> ends an assistant turn.

Implementation

static const List<String> stopSequences = <String>[eos];