merges property

List<List<int>> merges
final

Ordered list of merges. merges[i] = (a, b) means "when encountering the pair (a, b), replace it with token id 256 + i".

Implementation

final List<List<int>> merges;