export interface Encoding { ids: number[]; tokens: string[]; attention_mask: number[]; token_type_ids?: number[]; }